10#ifndef SOFTBOOKRESOURCEDIR_H_INCLUDED
11#define SOFTBOOKRESOURCEDIR_H_INCLUDED
17class SoftBookResourceDirImpl;
33 std::shared_ptr<librevenge::RVNGInputStream>
getNameStream()
const;
41 std::shared_ptr<librevenge::RVNGInputStream>
getTypeStream()
const;
44 std::shared_ptr<SoftBookResourceDirImpl>
m_impl;
Read the resource tree and provide access to it as an OLE stream.
Definition: SoftBookResourceDir.h:22
std::shared_ptr< SoftBookResourceDirImpl > m_impl
Definition: SoftBookResourceDir.h:44
std::shared_ptr< librevenge::RVNGInputStream > getTypeStream() const
Get OLE stream for this resource directory.
Definition: SoftBookResourceDir.cpp:216
std::shared_ptr< librevenge::RVNGInputStream > getNameStream() const
Get OLE stream for this resource directory.
Definition: SoftBookResourceDir.cpp:209
SoftBookResourceDir(librevenge::RVNGInputStream *input, const SoftBookHeader &header)
Definition: SoftBookResourceDir.cpp:202
@ input
Definition: EBOOKHTMLToken.h:89
@ header
Definition: EBOOKHTMLToken.h:82
Definition: BBeBCollector.cpp:19