This class defines functions to read a file in a file system archive.
More...
#include <ReadDirArchive.hpp>
|
virtual bool | isA (const std::string &type) const override |
|
FWZIP_API | ReadDirArchive (const ::boost::filesystem::path &archive) |
| Constructors. Initializes archive path.
|
|
FWZIP_API | ~ReadDirArchive () |
| Destructor. Close automatically last input file stream.
|
|
FWZIP_API std::shared_ptr< std::istream > | getFile (const ::boost::filesystem::path &path) override |
| Returns input stream for the file in current archive. More...
|
|
FWZIP_APIconst::boost::filesystem::path | getArchivePath () const override |
| Returns archive path.
|
|
IReadArchive::sptr | clone () const override |
|
|
static bool | isTypeOf (const std::string &type) |
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
::boost::filesystem::path | m_archive |
|
|
template<class , class , class > |
class | ::fwTools::ClassFactory |
|
class | ::fwTools::Factory |
|
|
virtual const std::string & | getLeafClassname () const override |
| return object's classname without its namespace, i.e. BaseObject
|
|
virtual const std::string & | getClassname () const override |
| return full object's classname with its namespace, i.e. fwCore::BaseObject
|
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
This class defines functions to read a file in a file system archive.
Definition at line 25 of file ReadDirArchive.hpp.
std::shared_ptr< std::istream > fwZip::ReadDirArchive::getFile |
( |
const ::boost::filesystem::path & |
path | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: