Public Member Functions | |
virtual void | Read (void *ptr, asUINT size)=0 |
Read size bytes from the stream into the memory pointed to by ptr. | |
virtual void | Write (const void *ptr, asUINT size)=0 |
Write size bytes to the stream from the memory pointed to by ptr. |
virtual void asIBinaryStream::Read | ( | void * | ptr, | |
asUINT | size | |||
) | [pure virtual] |
[out] | ptr | A pointer to the buffer that will receive the data. |
[in] | size | The number of bytes to read. |
virtual void asIBinaryStream::Write | ( | const void * | ptr, | |
asUINT | size | |||
) | [pure virtual] |
[in] | ptr | A pointer to the buffer that the data should written from. |
[in] | size | The number of bytes to write. |