13#ifndef DCM_TREE_SERIALIZATION_FILE_H
14#define DCM_TREE_SERIALIZATION_FILE_H
32 void writeX(
const void *data, boost::uint32_t size)
override;
47 void readX(
void *data, boost::uint32_t size)
override;
Class to write DCMtree as file stream.
FileSink(std::string filename)
void writeX(const void *data, boost::uint32_t size) override
Writes a specified number of bytes.
Class to read DCMtree file stream.
FileSource(std::string filename)
void readX(void *data, boost::uint32_t size) override
Reads a specified number of bytes.
Interface of a data sink for the serialization of objects.
Interface of a data source for the deserialization of objects.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.