Void poke(var Binary block, Int offset, Int val)
Arguments
block: The binary blockoffset: The location to write to (starting from zero)val: The byte value to write.
Usage
Poke the value val into the offset offset. An OffsetOutOfRange exception will be thrown if it attempts to access a value outside the block.