avro::OStreamer Class Reference
An implementation of OutputStreamer that writes bytes to a std::ostream for output.
More...
#include <OutputStreamer.hh>
List of all members.
Public Member Functions |
| OStreamer (std::ostream &os) |
size_t | writeByte (uint8_t byte) |
size_t | writeWord (uint32_t word) |
size_t | writeLongWord (uint64_t word) |
size_t | writeBytes (const void *bytes, size_t size) |
Detailed Description
An implementation of OutputStreamer that writes bytes to a std::ostream for output.
Right now this class is very bare-bones, without much in way of error handling.
The documentation for this class was generated from the following file: