avro::OStreamer Class Reference

An implementation of OutputStreamer that writes bytes to a std::ostream for output. More...

#include <OutputStreamer.hh>

Inheritance diagram for avro::OStreamer:
avro::OutputStreamer

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:

Generated on Fri Mar 12 13:20:47 2010 for Avro C++ by  doxygen 1.6.1