The Nebula Device 3: IO::ZipDirEntry Class Reference

The Nebula Device 3

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::StringAtomGetName () const
 get the name of the dir entry
ZipFileEntryFindFileEntry (const Util::StringAtom &name) const
 find a direct child file entry, return 0 if not exists
ZipDirEntryFindDirEntry (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