36 StreamSink::doWrite(
const uint8_t* buf,
size_t size)
38 m_os.write(reinterpret_cast<const char*>(buf), size);
41 BOOST_THROW_EXCEPTION(
Error(
getIndex(),
"Fail to write data into output stream"));
55 return make_unique<StreamSink>(os);
Copyright (c) 2013-2017 Regents of the University of California.