32 #ifndef __VSDINTERNALSTREAM_H__
33 #define __VSDINTERNALSTREAM_H__
37 #include <libwpd-stream/libwpd-stream.h>
42 VSDInternalStream(WPXInputStream *input,
unsigned long size,
bool compressed=
false);
56 const unsigned char *
read(
unsigned long numBytes,
unsigned long &numBytesRead);
57 int seek(
long offset, WPX_SEEK_TYPE seekType);
~VSDInternalStream()
Definition: VSDInternalStream.h:45
bool isOLEStream()
Definition: VSDInternalStream.h:47
std::vector< unsigned char > m_buffer
Definition: VSDInternalStream.h:67
WPXInputStream * getDocumentOLEStream(const char *)
Definition: VSDInternalStream.h:51
VSDInternalStream & operator=(const VSDInternalStream &)
unsigned long getSize() const
Definition: VSDInternalStream.h:60
long tell()
Definition: VSDInternalStream.cpp:163
bool atEOS()
Definition: VSDInternalStream.cpp:168
const unsigned char * read(unsigned long numBytes, unsigned long &numBytesRead)
Definition: VSDInternalStream.cpp:117
int seek(long offset, WPX_SEEK_TYPE seekType)
Definition: VSDInternalStream.cpp:142
volatile long m_offset
Definition: VSDInternalStream.h:63
VSDInternalStream(WPXInputStream *input, unsigned long size, bool compressed=false)
Definition: VSDInternalStream.cpp:52
Definition: VSDInternalStream.h:39