FOUND
|
Go to the source code of this file.
Namespaces | |
namespace | found |
Functions | |
void | found::serializeDataFile (const DataFile &data, std::ostream &stream) |
Serializes a DataFile object to an output stream. | |
DataFile | found::deserializeDataFile (std::istream &stream) |
Deserializes a DataFile object from an input stream. | |
DataFile | found::deserializeDataFile (std::istream &stream, const std::string &path) |
Deserializes a DataFile object from an input stream. | |
DataFileHeader | found::readHeader (std::istream &stream) |
Reads only the header of a DataFile from an input stream. | |
void | found::hton (DataFileHeader &header) |
Converts a DataFileHeader from host to network byte order. | |
void | found::ntoh (DataFileHeader &header) |
Converts a DataFileHeader from network to host byte order. | |