ByteConverterLittleEndian
See breeze.io.ByteConverter, reads little endian.
Value members
Inherited methods
Takes 1 Byte and returns a UInt8 (as Short)
Takes 1 Byte and returns a UInt8 (as Short)
- Inherited from:
- ByteConverter
Takes 8 Bytes and returns a UInt64 (as ULong), throwing an error if it overflows Long, which is Int64
Takes 8 Bytes and returns a UInt64 (as ULong), throwing an error if it overflows Long, which is Int64
- Inherited from:
- ByteConverter
Takes an UInt8 (as Sort), and returns a bytes
Takes an UInt8 (as Sort), and returns a bytes
- Inherited from:
- ByteConverter