32 #ifndef __VSDINTERNALSTREAM_H__ 33 #define __VSDINTERNALSTREAM_H__ 37 #include <libwpd-stream/libwpd-stream.h> 55 const unsigned char *
read(
unsigned long numBytes,
unsigned long &numBytesRead);
56 int seek(
long offset, WPX_SEEK_TYPE seekType);
~VSDInternalStream()
Definition: VSDInternalStream.h:44
bool isOLEStream()
Definition: VSDInternalStream.h:46
std::vector< unsigned char > m_buffer
Definition: VSDInternalStream.h:66
VSDInternalStream(WPXInputStream *input, unsigned long size, bool compressed)
Definition: VSDInternalStream.cpp:45
WPXInputStream * getDocumentOLEStream(const char *)
Definition: VSDInternalStream.h:50
VSDInternalStream & operator=(const VSDInternalStream &)
long tell()
Definition: VSDInternalStream.cpp:156
bool atEOS()
Definition: VSDInternalStream.cpp:161
const unsigned char * read(unsigned long numBytes, unsigned long &numBytesRead)
Definition: VSDInternalStream.cpp:110
int seek(long offset, WPX_SEEK_TYPE seekType)
Definition: VSDInternalStream.cpp:135
volatile long m_offset
Definition: VSDInternalStream.h:62
unsigned long getSize() const
Definition: VSDInternalStream.h:59
Definition: VSDInternalStream.h:39