30 #ifndef vtkPartitionedArchiver_h
31 #define vtkPartitionedArchiver_h
33 #include "vtkCommonArchiveModule.h"
77 const char* GetBuffer(
const char* relativePath);
84 const void* GetBufferAddress(
const char* relativePath);
91 std::size_t GetBufferSize(
const char* relativePath);
98 std::size_t GetNumberOfBuffers();
105 const char* GetBufferName(std::size_t i);
virtual void CloseArchive()
Close the archive.
a simple class to control print indentation
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.
virtual void OpenArchive()
Open the archive for writing.
static vtkArchiver * New()
Writes an archive to several buffers.
virtual void InsertIntoArchive(const std::string &relativePath, const char *data, std::size_t size)
Insert data of size size into the archive at relativePath.