Skip to content

Std memory databuffer peekulong

std:std.memory.DataBuffer.PeekULong

Method PeekULong:ULong( offset:Int )#

Reads a 64 bit ulong 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.