LongBinaryStream REALbasic Plugin

LongBinaryStream.ReadLong Method

Use this function to read a long integer value into a REALbasic integer variable.

ReadLong() as Integer

Parameters

Returns

Integer

Remarks

The result is returned in same endian as the running system is, if you need to swap the endian then use the endian swap functions from UtilsLib to handle that.

See Also

LongBinaryStream Class