Class AR.ARHeader

  • Enclosing class:
    AR

    public class AR.ARHeader
    extends java.lang.Object
    Archive and archive member header. Does not include 8-byte magic character.
    • Constructor Summary

      Constructors 
      Constructor Description
      ARHeader​(long offset)  
    • Field Detail

      • somOffset

        public int somOffset
      • somSize

        public int somSize
    • Constructor Detail

      • ARHeader

        public ARHeader​(long offset)
                 throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getObjectName

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

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

        public byte[] getObjectData()
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • getObjectDataOffset

        public long getObjectDataOffset()