#include <stream.h>
◆ Stream()
Stream::Stream |
( |
const PICodec & |
codec | ) |
|
◆ AllocateOutputBuffer()
void Stream::AllocateOutputBuffer |
( |
size_t |
outSizeMax | ) |
|
◆ Checksum()
u32 Stream::Checksum |
( |
| ) |
const |
|
inline |
◆ Feed()
Status Stream::Feed |
( |
const u8 * |
in, |
|
|
size_t |
inSize |
|
) |
| |
'feed' the codec with a data block.
◆ Finish()
◆ OutSize()
size_t Stream::OutSize |
( |
| ) |
const |
|
inline |
◆ SetOutputBuffer()
void Stream::SetOutputBuffer |
( |
u8 * |
out, |
|
|
size_t |
outSize |
|
) |
| |
◆ m_checksum
◆ m_codec
◆ m_inConsumed
size_t Stream::m_inConsumed |
|
private |
◆ m_outProduced
size_t Stream::m_outProduced |
|
private |
◆ m_outputBufferManager
The documentation for this class was generated from the following files:
- /home/docker/jenkins/workspace/technical-docs/source/lib/file/archive/stream.h
- /home/docker/jenkins/workspace/technical-docs/source/lib/file/archive/stream.cpp