[Int] getBlockChunk(Binary block, Int offset, Int bsize)
Arguments
block: The binary blockoffset: The offset to start at (zero-indexed)bsize: The length of chunk to read
Usage
Return a chunk from a block as an array. Throws an OffsetOutOfRange Exception if it attempts to access a value outside the block.