26 #ifndef WP5GENERALPACKETINDEX_H
27 #define WP5GENERALPACKETINDEX_H
29 #include <librevenge-stream/librevenge-stream.h>
unsigned getDataOffset() const
Definition: WP5GeneralPacketIndex.h:49
unsigned m_dataSize
Definition: WP5GeneralPacketIndex.h:60
Definition: WP5GeneralPacketIndex.h:33
unsigned m_dataOffset
Definition: WP5GeneralPacketIndex.h:61
void _read(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: WP5GeneralPacketIndex.cpp:38
int getID() const
Definition: WP5GeneralPacketIndex.h:37
int m_id
Definition: WP5GeneralPacketIndex.h:58
unsigned short getType() const
Definition: WP5GeneralPacketIndex.h:41
unsigned getDataSize() const
Definition: WP5GeneralPacketIndex.h:45
Definition: WPXEncryption.h:33
unsigned short m_type
Definition: WP5GeneralPacketIndex.h:59
WP5GeneralPacketIndex(librevenge::RVNGInputStream *input, WPXEncryption *encryption, int id)
Definition: WP5GeneralPacketIndex.cpp:29