libdigidocpp
|
#include <ISerialize.h>
Public Member Functions | |
ISerialize (const std::string &path) | |
virtual | ~ISerialize () |
std::string | getPath () |
virtual std::string | extract ()=0 throw (IOException) |
virtual void | create ()=0 |
virtual void | addFile (const std::string &containerPath, const std::string &path)=0 |
virtual void | save ()=0 throw (IOException) |
Protected Attributes | |
std::string | path |
Container serializer interface used to (de)serialize BDoc container.
Definition at line 31 of file ISerialize.h.
digidoc::ISerialize::ISerialize | ( | const std::string & | path | ) |
|
inlinevirtual |
Definition at line 36 of file ISerialize.h.
|
pure virtual |
Implemented in digidoc::ZipSerialize.
|
pure virtual |
Implemented in digidoc::ZipSerialize.
|
pure virtual |
Implemented in digidoc::ZipSerialize.
std::string digidoc::ISerialize::getPath | ( | ) |
Definition at line 36 of file ISerialize.cpp.
|
pure virtual |
Implemented in digidoc::ZipSerialize.
|
protected |
Definition at line 44 of file ISerialize.h.