MemStream Class Reference#include <memstream.h>
Inheritance diagram for MemStream:
[legend]
Member Typedef Documentation
Constructor & Destructor Documentation
MemStream::MemStream |
( |
const U32 |
in_bufferSize, |
|
|
void * |
io_pBuffer, |
|
|
const bool |
in_allowRead = true , |
|
|
const bool |
in_allowWrite = true | |
|
) |
| | |
MemStream::~MemStream |
( |
|
) |
|
Member Function Documentation
bool MemStream::_read |
( |
const U32 |
in_numBytes, |
|
|
void * |
out_pBuffer | |
|
) |
| | [protected, virtual] |
bool MemStream::_write |
( |
const U32 |
in_numBytes, |
|
|
const void * |
in_pBuffer | |
|
) |
| | [protected, virtual] |
bool MemStream::hasCapability |
( |
const |
Capability |
) |
const [virtual] |
Checks to see if this stream has the capability of a given function.
Implements Stream.
U32 MemStream::getPosition |
( |
|
) |
const [virtual] |
Gets the position in the stream.
Implements Stream.
bool MemStream::setPosition |
( |
const U32 |
in_newPosition |
) |
[virtual] |
Sets the position of the stream. Returns if the new position is valid or not.
Implements Stream.
U32 MemStream::getStreamSize |
( |
|
) |
[virtual] |
Gets the size of the stream.
Implements Stream.
Field Documentation
|