Class FileBlock



  • public class FileBlock
    extends Object
    • Constructor Detail

      • FileBlock

        public FileBlock(int type,
                         Compression compression,
                         int uncompressedLength,
                         int numObjects,
                         byte[] buffer,
                         int length)
    • Method Detail

      • getType

        public int getType()
      • getUncompressedLength

        public int getUncompressedLength()
      • getNumObjects

        public int getNumObjects()
      • getBuffer

        public byte[] getBuffer()
      • getLength

        public int getLength()