Stream readuint64
Aus ExpeccoWiki
Schema
Description
Read an eight-byte (64bit) unsigned integer from a read-stream.
- By default, an LSB (least significant byte first) order is assumed, but this can be overwritten by providing a true valeu at the msb input.
- Returns nil on EOF.
Back to Standard Library.
Previous: Stream [ ReadUInt32 ]
Next: Stream [ Skip ]
