Skip to content

Std memory databuffer pokebyte

std:std.memory.DataBuffer.PokeByte

Method PokeByte:Void( offset:Int,value:Byte )#

Writes a byte to the databuffer.

In debug builds, a runtime error will occur if offset is outside the range of the databuffer.

Parameters
offset offset The offset to write.