#include <stream.h>
Definition at line 78 of file stream.h.
Stream::Stream |
( |
const PICodec & |
codec | ) |
|
void Stream::AllocateOutputBuffer |
( |
size_t |
outSizeMax | ) |
|
u32 Stream::Checksum |
( |
| ) |
const |
|
inline |
Status Stream::Feed |
( |
const u8 * |
in, |
|
|
size_t |
inSize |
|
) |
| |
'feed' the codec with a data block.
Definition at line 116 of file stream.cpp.
size_t Stream::OutSize |
( |
| ) |
const |
|
inline |
void Stream::SetOutputBuffer |
( |
u8 * |
out, |
|
|
size_t |
outSize |
|
) |
| |
size_t Stream::m_inConsumed |
|
private |
size_t Stream::m_outProduced |
|
private |
The documentation for this class was generated from the following files:
- /home/sathyam/0ad.svn/source/lib/file/archive/stream.h
- /home/sathyam/0ad.svn/source/lib/file/archive/stream.cpp