Class PEArchive

  • All Implemented Interfaces:
    AutoCloseable

    @Deprecated
    public class PEArchive
    extends Object
    implements AutoCloseable
    Deprecated.
    - use org.eclipse.cdt.ui.utils.AR
    The AR class is used for parsing standard ELF archive (ar) files. Each object within the archive is represented by an ARHeader class. Each of of these objects can then be turned into an PE object for performing PE class operations.
    See Also:
    PEArchive.ARHeader
    • Field Detail

      • filename

        protected String filename
        Deprecated.
      • strtbl_pos

        protected long strtbl_pos
        Deprecated.
    • Constructor Detail

      • PEArchive

        public PEArchive​(String filename)
                  throws IOException
        Deprecated.
        Creates a new AR object from the contents of the given file.
        Parameters:
        filename - The file to process.
        Throws:
        IOException - The file is not a valid archive.