Int peek(Binary block, Int offset)
Arguments
block: The binary blockoffset: The location to read from (starting from zero)
Usage
Retrieve the byte at offset offset. An OffsetOutOfRange exception will be thrown if it attempts to access a value outside the block.