Skip to content

Std memory databuffer peekshort

std:std.memory.DataBuffer.PeekShort

Method PeekShort:Short( offset:Int )#

Reads a 16 bit short 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.