Skip to content

Std memory databuffer peekbyte

std:std.memory.DataBuffer.PeekByte

Method PeekByte:Byte( offset:Int )#

Reads a byte from 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 read.