1 #ifndef IOPool_Streamer_StreamerFileIO_h
2 #define IOPool_Streamer_StreamerFileIO_h
28 bool write(
const char *ptr,
size_t n);
44 std::shared_ptr<std::ofstream>
ost_;
uint64 current_offset() const
OutputFile(const std::string &name)
bool write(const char *ptr, size_t n)
void set_do_adler(bool v)
void set_current_offset(uint64 v)
std::string fileName() const
std::shared_ptr< std::ofstream > ost_