Class DumpArchiveEntry.TapeSegmentHeader

  • Enclosing class:
    DumpArchiveEntry

    static class DumpArchiveEntry.TapeSegmentHeader
    extends java.lang.Object
    Archive entry as stored on tape. There is one TSH for (at most) every 512k in the file.
    • Constructor Detail

      • TapeSegmentHeader

        TapeSegmentHeader()
    • Method Detail

      • getVolume

        public int getVolume()
      • getIno

        public int getIno()
      • setIno

        void setIno​(int ino)
      • getCount

        public int getCount()
      • getHoles

        public int getHoles()
      • getCdata

        public int getCdata​(int idx)