#include <VSDInternalStream.h>
Public Member Functions | |
| VSDInternalStream (WPXInputStream *input, unsigned long size, bool compressed=false) | |
| VSDInternalStream (const std::vector< unsigned char > &buffer) | |
| VSDInternalStream (const unsigned char *buffer, size_t bufferLength) | |
| ~VSDInternalStream () | |
| bool | isOLEStream () |
| WPXInputStream * | getDocumentOLEStream (const char *) |
| const unsigned char * | read (unsigned long numBytes, unsigned long &numBytesRead) |
| int | seek (long offset, WPX_SEEK_TYPE seekType) |
| long | tell () |
| bool | atEOS () |
| unsigned long | getSize () const |
Private Member Functions | |
| VSDInternalStream (const VSDInternalStream &) | |
| VSDInternalStream & | operator= (const VSDInternalStream &) |
Private Attributes | |
| volatile long | m_offset |
| std::vector< unsigned char > | m_buffer |
| VSDInternalStream::VSDInternalStream | ( | WPXInputStream * | input, |
| unsigned long | size, | ||
| bool | compressed = false |
||
| ) |
| VSDInternalStream::VSDInternalStream | ( | const std::vector< unsigned char > & | buffer | ) |
| VSDInternalStream::VSDInternalStream | ( | const unsigned char * | buffer, |
| size_t | bufferLength | ||
| ) |
| VSDInternalStream::~VSDInternalStream | ( | ) | [inline] |
| VSDInternalStream::VSDInternalStream | ( | const VSDInternalStream & | ) | [private] |
| bool VSDInternalStream::atEOS | ( | ) |
| WPXInputStream* VSDInternalStream::getDocumentOLEStream | ( | const char * | ) | [inline] |
| unsigned long VSDInternalStream::getSize | ( | ) | const [inline] |
Referenced by libvisio::VSDParser::handleStream().
| bool VSDInternalStream::isOLEStream | ( | ) | [inline] |
| VSDInternalStream& VSDInternalStream::operator= | ( | const VSDInternalStream & | ) | [private] |
| const unsigned char * VSDInternalStream::read | ( | unsigned long | numBytes, |
| unsigned long & | numBytesRead | ||
| ) |
| int VSDInternalStream::seek | ( | long | offset, |
| WPX_SEEK_TYPE | seekType | ||
| ) |
| long VSDInternalStream::tell | ( | ) |
std::vector<unsigned char> VSDInternalStream::m_buffer [private] |
Referenced by atEOS(), getSize(), read(), seek(), and VSDInternalStream().
volatile long VSDInternalStream::m_offset [private] |