A buffer of memory. Can be used in IO or Import calls. You can write to this or read from it, which moves the cursor within the buffer.
A buffer of memory. Can be used in IO or Import calls. You can write to this or read from it, which moves the cursor within the buffer.
uint64 GetSize() const
uint64 uint64 GetPosition() const
uint64 bool AtEnd() const
bool uint8 ReadUInt8()
uint8 uint16 ReadUInt16()
uint16 uint ReadUInt32()
uint uint64 ReadUInt64()
uint64 int8 ReadInt8()
int8 int16 ReadInt16()
int16 int ReadInt32()
int int64 ReadInt64()
int64 float ReadFloat()
float double ReadDouble()
double string ReadString(uint64 size)
string