Created by the British Broadcasting Corporation.
#include <dirac_cppparser.h>
dirac::InputStreamBuffer::InputStreamBuffer | ( | ) |
dirac::InputStreamBuffer::~InputStreamBuffer | ( | ) |
dirac::InputStreamBuffer::InputStreamBuffer | ( | const InputStreamBuffer & | inbuf | ) | [private] |
std::ios::pos_type dirac::InputStreamBuffer::Rewind | ( | ) |
std::ios::pos_type dirac::InputStreamBuffer::Seek | ( | std::ios::pos_type | bytes, | |
std::ios::seekdir | pos = std::ios::cur | |||
) |
Seek takes
bytes | offset in bytes | |
pos | the position from which the offset is applied |
std::ios::pos_type dirac::InputStreamBuffer::Tell | ( | ) |
void dirac::InputStreamBuffer::Copy | ( | char * | start, | |
int | bytes | |||
) |
Copy take
start | memory area start | |
bytes | number of bytes to copy starting from start |
void dirac::InputStreamBuffer::PurgeProcessedData | ( | ) |
InputStreamBuffer& dirac::InputStreamBuffer::operator= | ( | const InputStreamBuffer & | inbuf | ) | [private] |
const int dirac::InputStreamBuffer::m_buffer_size = 1232896 [static, private] |
char* dirac::InputStreamBuffer::m_chunk_buffer [private] |
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.