Skip to content

Std memory databuffer peekuint

std:std.memory.DataBuffer.PeekUInt

Method PeekUInt:UInt( offset:Int )#

Reads a 32 bit uint 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.