avro::IStreamer Class Reference

An implementation of InputStreamer that uses a std::istream for input. More...

#include <InputStreamer.hh>

Inheritance diagram for avro::IStreamer:
avro::InputStreamer

List of all members.

Public Member Functions

 IStreamer (std::istream &is)
size_t readByte (uint8_t &byte)
size_t readWord (uint32_t &word)
size_t readLongWord (uint64_t &word)
size_t readBytes (void *bytes, size_t size)

Detailed Description

An implementation of InputStreamer that uses a std::istream for input.

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