#include <libwpd-stream/libwpd-stream.h>
#include "WPXOLEStream.h"
#include <limits>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
Classes | |
class | WPXFileStreamPrivate |
class | WPXStringStreamPrivate |
Macros | |
#define | S_ISREG(x) (((x) & S_IFMT) == S_IFREG) |
#define | BUFFER_MAX 65536 |
Enumerations | |
enum | WPXStreamType { UNKNOWN, FLAT, OLE2, ZIP } |
#define BUFFER_MAX 65536 |
Referenced by WPXFileStream::read().
#define S_ISREG | ( | x) | (((x) & S_IFMT) == S_IFREG) |
Referenced by WPXFileStream::WPXFileStream().
enum WPXStreamType |