Reads an array of bytes from disk.
int32 ReadUint8Array( Uint8Iterator first, Uint8Iterator last )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Uint8Iterator> | first | An iterator at the start of the range to read from disk. |
| <Uint8Iterator> | last | An iterator at the end of the range to read from disk. |
None published. Please look for an example in the Simdify Scripting Language code base.