52#ifndef GUM_BINARY_IO_H
53#define GUM_BINARY_IO_H
80 void _writeVector_(std::ostream& os,
const std::vector< uint8_t >& vec);
gum is the global namespace for all aGrUM entities
void _writeVector_(std::ostream &os, const std::vector< uint8_t > &vec)
Writes a length-prefixed byte vector to a binary stream (bgum format).
std::vector< uint8_t > _readVector_(std::istream &is)
Reads a length-prefixed byte vector from a binary stream (bgum format).