33 #include "vtkCommonCoreModule.h"
39 VTK_ABI_NAMESPACE_BEGIN
51 vtkGetStringMacro(ArchiveName);
52 vtkSetStringMacro(ArchiveName);
virtual void InsertIntoArchive(const std::string &relativePath, const char *data, std::size_t size)
Insert data of size size into the archive at relativePath.
virtual void CloseArchive()
Close the archive.
static vtkArchiver * New()
virtual void OpenArchive()
Open the archive for writing.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual bool Contains(const std::string &relativePath)
Checks if relativePath represents an entry in the archive.
a simple class to control print indentation
abstract base class for most VTK objects