30#include "vtkCommonCoreModule.h"
47 vtkGetStringMacro(ArchiveName);
48 vtkSetStringMacro(ArchiveName);
70 const std::string& relativePath,
const char* data, std::size_t size);
77 virtual bool Contains(
const std::string& relativePath);
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 arhive.
virtual void OpenArchive()
Open the arhive for writing.
static vtkArchiver * New()
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