Class DirectoryEntry


  • public class DirectoryEntry
    extends java.lang.Object
    Version:
    $Id: DirectoryEntry.java 1733416 2016-03-03 07:07:13Z gadams $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int checksum  
      private int length  
      private int offset  
      private Table table  
      private int tag  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DirectoryEntry​(java.io.RandomAccessFile raf)  
    • Field Detail

      • tag

        private int tag
      • checksum

        private int checksum
      • offset

        private int offset
      • length

        private int length
      • table

        private Table table
    • Constructor Detail

      • DirectoryEntry

        protected DirectoryEntry​(java.io.RandomAccessFile raf)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getChecksum

        public int getChecksum()
      • getLength

        public int getLength()
      • getOffset

        public int getOffset()
      • getTag

        public int getTag()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object