#include <byte_streams.h>
Definition at line 13 of file byte_streams.h.
◆ ByteStreamReader()
flutter::ByteStreamReader::ByteStreamReader |
( |
| ) |
|
|
explicitdefault |
◆ ~ByteStreamReader()
virtual flutter::ByteStreamReader::~ByteStreamReader |
( |
| ) |
|
|
virtualdefault |
◆ ReadAlignment()
virtual void flutter::ByteStreamReader::ReadAlignment |
( |
uint8_t |
alignment | ) |
|
|
pure virtual |
◆ ReadByte()
virtual uint8_t flutter::ByteStreamReader::ReadByte |
( |
| ) |
|
|
pure virtual |
◆ ReadBytes()
virtual void flutter::ByteStreamReader::ReadBytes |
( |
uint8_t * |
buffer, |
|
|
size_t |
length |
|
) |
| |
|
pure virtual |
◆ ReadDouble()
double flutter::ByteStreamReader::ReadDouble |
( |
| ) |
|
|
inline |
Definition at line 44 of file byte_streams.h.
44 {
48 }
virtual void ReadBytes(uint8_t *buffer, size_t length)=0
◆ ReadInt32()
int32_t flutter::ByteStreamReader::ReadInt32 |
( |
| ) |
|
|
inline |
◆ ReadInt64()
int64_t flutter::ByteStreamReader::ReadInt64 |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: