libcdr::CDRZipStreamImpl Struct Reference

List of all members.

Public Member Functions

 CDRZipStreamImpl (WPXInputStream *input)
 ~CDRZipStreamImpl ()
bool isZipStream ()
WPXInputStream * getSubstream (const char *name)

Public Attributes

WPXInputStream * m_input
unsigned m_cdir_offset
std::map< std::string,
CentralDirectoryEntry > 
m_cdir
bool m_initialized

Private Member Functions

 CDRZipStreamImpl (const CDRZipStreamImpl &)
CDRZipStreamImploperator= (const CDRZipStreamImpl &)
bool findCentralDirectoryEnd ()
bool readCentralDirectoryEnd (CentralDirectoryEnd &end)
bool readCentralDirectory (const CentralDirectoryEnd &end)
bool readLocalFileHeader (LocalFileHeader &header)
bool areHeadersConsistent (const LocalFileHeader &header, const CentralDirectoryEntry &entry)

Constructor & Destructor Documentation

libcdr::CDRZipStreamImpl::CDRZipStreamImpl ( WPXInputStream *  input) [inline]

Member Function Documentation

bool libcdr::CDRZipStreamImpl::areHeadersConsistent ( const LocalFileHeader &  header,
const CentralDirectoryEntry &  entry 
) [private]
WPXInputStream * libcdr::CDRZipStreamImpl::getSubstream ( const char *  name)
CDRZipStreamImpl& libcdr::CDRZipStreamImpl::operator= ( const CDRZipStreamImpl ) [private]
bool libcdr::CDRZipStreamImpl::readCentralDirectory ( const CentralDirectoryEnd &  end) [private]
bool libcdr::CDRZipStreamImpl::readCentralDirectoryEnd ( CentralDirectoryEnd &  end) [private]
bool libcdr::CDRZipStreamImpl::readLocalFileHeader ( LocalFileHeader &  header) [private]

Member Data Documentation

std::map<std::string, CentralDirectoryEntry> libcdr::CDRZipStreamImpl::m_cdir

The documentation for this struct was generated from the following file: