Class PEArchive.ARHeader

  • Enclosing class:
    PEArchive

    public class PEArchive.ARHeader
    extends Object
    The ARHeader class is used to store the per-object file archive headers. It can also create an PE object for inspecting the object file data.
    • Constructor Detail

      • ARHeader

        public ARHeader()
                 throws IOException
        Creates a new archive header object. Assumes that rfile is already at the correct location in the file.
        Throws:
        IOException - There was an error processing the header data from the file.
    • Method Detail

      • getObjectName

        public String getObjectName()
        Get the name of the object file
      • getSize

        public long getSize()
        Get the size of the object file .