Chunk Data
constructor(chunkID: ByteArray? = null, checksum: Int = 0, offset: Long = 0, compressedLength: Int = 0, uncompressedLength: Int = 0)
Initializes a new instance of the ChunkData class.
Parameters
chunk ID
Gets or sets the SHA-1 hash chunk id.
checksum
Gets or sets the expected Adler32 checksum of this chunk.
offset
Gets or sets the chunk offset.
compressed Length
Gets or sets the compressed length of this chunk.
uncompressed Length
Gets or sets the decompressed length of this chunk.