![]() |
Open Lighting Architecture
Latest Git
|
BigEndianInputStreamAdaptor. Wraps a InputStreamInterface object and converts from Big Endian to host order.


Public Member Functions | |
| BigEndianInputStreamAdaptor (InputStreamInterface *stream) | |
| bool | operator>> (int8_t &val) |
| bool | operator>> (uint8_t &val) |
| bool | operator>> (int16_t &val) |
| bool | operator>> (uint16_t &val) |
| bool | operator>> (int32_t &val) |
| bool | operator>> (uint32_t &val) |
| unsigned int | ReadString (std::string *output, unsigned int size) |
1.8.13