Public Member Functions | Public Attributes

avro::StreamReader Struct Reference

A convenience class for reading from an InputStream. More...

#include <Stream.hh>

List of all members.

Public Member Functions

 StreamReader (InputStream &in)
void reset (InputStream &is)
uint8_t read ()
void readBytes (uint8_t *b, size_t n)
void skipBytes (size_t n)
bool fill ()
void more ()
bool hasMore ()

Public Attributes

InputStreamin_
const uint8_t * next_
const uint8_t * end_

Detailed Description

A convenience class for reading from an InputStream.


The documentation for this struct was generated from the following file: