Class BCFile.Reader.BlockReader

    • Method Detail

      • getCompressionName

        public String getCompressionName()
        Get the name of the compression algorithm used to compress the block.
        Returns:
        name of the compression algorithm.
      • getRawSize

        public long getRawSize()
        Get the uncompressed size of the block.
        Returns:
        uncompressed size of the block.
      • getCompressedSize

        public long getCompressedSize()
        Get the compressed size of the block.
        Returns:
        compressed size of the block.
      • getStartPos

        public long getStartPos()
        Get the starting position of the block in the file.
        Returns:
        the starting position of the block in the file.