#include <djv_storagelocator.h>

Public Member Functions | |
| virtual AutoPtr< Storage > | locateStorage (const String &inName)=0 |
Static Public Member Functions | |
| static AutoPtr< StorageLocator > | create (const String &inIndexFileName) |
Definition at line 20 of file djv_storagelocator.h.
| virtual AutoPtr<Storage> Celartem::DjVu::StorageLocator::locateStorage | ( | const String & | inName | ) | [pure virtual] |
This method creates a writable Storage instance from the specified indirect file name.
| inName | The name of the DjVu indirect file. |
Implemented in Celartem::DjVu::StorageWithRollbackLocator.
| static AutoPtr<StorageLocator> Celartem::DjVu::StorageLocator::create | ( | const String & | inIndexFileName | ) | [static] |
This function creates a new StorageLocator instance.
| inIndexFileName | The name of the index file. All the indirect files are placed on the same folder to the file. |
Reimplemented in Celartem::DjVu::StorageWithRollbackLocator.