ZipSubWStream Class Reference#include <zipSubStream.h>
Inheritance diagram for ZipSubWStream:
[legend]
Member Typedef Documentation
Constructor & Destructor Documentation
ZipSubWStream::ZipSubWStream |
( |
|
) |
|
virtual ZipSubWStream::~ZipSubWStream |
( |
|
) |
[virtual] |
Member Function Documentation
bool ZipSubWStream::attachStream |
( |
Stream * |
io_pSlaveStream |
) |
[virtual] |
void ZipSubWStream::detachStream |
( |
|
) |
[virtual] |
Stream* ZipSubWStream::getStream |
( |
|
) |
[virtual] |
bool ZipSubWStream::_read |
( |
const U32 |
in_numBytes, |
|
|
void * |
out_pBuffer | |
|
) |
| | [protected, virtual] |
bool ZipSubWStream::_write |
( |
const U32 |
in_numBytes, |
|
|
const void * |
in_pBuffer | |
|
) |
| | [protected, virtual] |
bool ZipSubWStream::hasCapability |
( |
const |
Capability |
) |
const [virtual] |
Checks to see if this stream has the capability of a given function.
Reimplemented from FilterStream.
U32 ZipSubWStream::getPosition |
( |
|
) |
const [virtual] |
Gets the position in the stream.
Reimplemented from FilterStream.
bool ZipSubWStream::setPosition |
( |
const U32 |
in_newPosition |
) |
[virtual] |
Sets the position of the stream. Returns if the new position is valid or not.
Reimplemented from FilterStream.
U32 ZipSubWStream::getStreamSize |
( |
|
) |
[virtual] |
Gets the size of the stream.
Reimplemented from FilterStream.
Field Documentation
|