2005/5/9

     
 

class ZipFileSystemFactory

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::vfile::zip::ZipFileSystemFactory Class Reference

#include <ZipFileSystem.h>

Inheritance diagram for acdk::vfile::zip::ZipFileSystemFactory:

acdk::lang::Object acdk::io::FileSystemFactory acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Public Member Functions

 ZipFileSystemFactory ()
virtual int handleFile (IN(RString) file)
 If the file system doesn't handle this file it should return -1 otherwise the index of the start of the root name.

virtual acdk::io::RFileSystem create (IN(RString) file)
 create a new FileImplementation of the given file name


Constructor & Destructor Documentation

acdk::vfile::zip::ZipFileSystemFactory::ZipFileSystemFactory  )  [inline]
 


Member Function Documentation

virtual acdk::io::RFileSystem acdk::vfile::zip::ZipFileSystemFactory::create IN(RString file  )  [inline, virtual]
 

create a new FileImplementation of the given file name

Implements acdk::io::FileSystemFactory.

virtual int acdk::vfile::zip::ZipFileSystemFactory::handleFile IN(RString file  )  [inline, virtual]
 

If the file system doesn't handle this file it should return -1 otherwise the index of the start of the root name.

Sample: .ressource@tests/acdk/vfile/tar/acdk_dmi-src.tar@/dir/fname.c The RessourceFileSystem returns strlen(.ressource@), The TarFileSytem returns .ressource@tests/acdk/vfile/tar/acdk_dmi-src.tar@

Implements acdk::io::FileSystemFactory.