IO::ZipDirEntry Class Reference
#include <zipdirentry.h>
Detailed Description
A directory entry in a zip arcive. The ZipDirEntry class is thread-safe, all public methods can be invoked from on the same object from different threads.(C) 2006 Radon Labs GmbH
Public Member Functions | |
ZipDirEntry () | |
constructor | |
const Util::StringAtom & | GetName () const |
get the name of the dir entry | |
ZipFileEntry * | FindFileEntry (const Util::StringAtom &name) const |
find a direct child file entry, return 0 if not exists | |
ZipDirEntry * | FindDirEntry (const Util::StringAtom &name) const |
find a direct child directory entry, return 0 if not exists | |
const Util::Array< ZipDirEntry > & | GetDirEntries () const |
get directory entries | |
const Util::Array< ZipFileEntry > & | GetFileEntries () const |
get file entries |