Public Member Functions | |
StreamIO (StorageIO *io, DirEntry *entry) | |
~StreamIO () | |
unsigned long | size () |
unsigned long | tell () |
int | getch () |
unsigned long | read (unsigned char *data, unsigned long maxlen) |
unsigned long | read (unsigned long pos, unsigned char *data, unsigned long maxlen) |
Public Attributes | |
StorageIO * | io |
DirEntry * | entry |
std::string | fullName |
bool | eof |
bool | fail |
Private Member Functions | |
StreamIO (const StreamIO &) | |
StreamIO & | operator= (const StreamIO &) |
void | updateCache () |
Private Attributes | |
std::vector< unsigned long > | blocks |
unsigned long | m_pos |
unsigned char * | cache_data |
unsigned long | cache_size |
unsigned long | cache_pos |
libwpg::StreamIO::StreamIO | ( | libwpg::StorageIO * | s, | |
libwpg::DirEntry * | e | |||
) |
libwpg::StreamIO::~StreamIO | ( | ) |
libwpg::StreamIO::StreamIO | ( | const StreamIO & | ) | [private] |
int libwpg::StreamIO::getch | ( | ) |
unsigned long libwpg::StreamIO::read | ( | unsigned long | pos, | |
unsigned char * | data, | |||
unsigned long | maxlen | |||
) |
unsigned long libwpg::StreamIO::read | ( | unsigned char * | data, | |
unsigned long | maxlen | |||
) |
Referenced by libwpg::Stream::read(), and updateCache().
unsigned long libwpg::StreamIO::size | ( | ) |
unsigned long libwpg::StreamIO::tell | ( | ) |
Referenced by read().
void libwpg::StreamIO::updateCache | ( | ) | [private] |
Referenced by getch(), and StreamIO().
std::vector<unsigned long> libwpg::StreamIO::blocks [private] |
Referenced by read(), and StreamIO().
unsigned char* libwpg::StreamIO::cache_data [private] |
Referenced by getch(), StreamIO(), updateCache(), and ~StreamIO().
unsigned long libwpg::StreamIO::cache_pos [private] |
Referenced by getch(), and updateCache().
unsigned long libwpg::StreamIO::cache_size [private] |
Referenced by getch(), StreamIO(), and updateCache().
Referenced by getch(), read(), libwpg::Stream::size(), StreamIO(), and updateCache().
std::string libwpg::StreamIO::fullName |
Referenced by libwpg::StorageIO::streamIO().
Referenced by read(), and StreamIO().
unsigned long libwpg::StreamIO::m_pos [private] |
Referenced by getch(), read(), tell(), and updateCache().