ReadUint8Array Data Member Function

Reads an array of bytes from disk.

Prototype

int32 ReadUint8Array( Uint8Iterator first, Uint8Iterator last )

Parameters

Parameter Type Parameter Name Documentation
<Uint8Iterator>firstAn iterator at the start of the range to read from disk.
<Uint8Iterator>lastAn iterator at the end of the range to read from disk.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.