 |
VTK
9.0.1
|
Go to the documentation of this file.
27 #ifndef vtkPartitionedArchiver_h
28 #define vtkPartitionedArchiver_h
30 #include "vtkCommonArchiveModule.h"
~vtkPartitionedArchiver() override
static vtkPartitionedArchiver * New()
const char * GetBuffer(const char *relativePath)
Access the buffer.
bool Contains(const std::string &relativePath) override
Checks if relativePath represents an entry in the archive.
std::size_t GetNumberOfBuffers()
Get the number of buffers in the archive.
std::size_t GetBufferSize(const char *relativePath)
Get the buffer used size.
void InsertIntoArchive(const std::string &relativePath, const char *data, std::size_t size) override
Insert data of size size into the archive at relativePath.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Writes an archive to several buffers.
void CloseArchive() override
Close the arhive.
const void * GetBufferAddress(const char *relativePath)
Access the address of the buffer.
const char * GetBufferName(std::size_t i)
Get the name of buffer i.
void OpenArchive() override
Open the arhive for writing.