A convenience class for reading from an InputStream. More...
#include <Stream.hh>
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 | |
InputStream * | in_ |
const uint8_t * | next_ |
const uint8_t * | end_ |
A convenience class for reading from an InputStream.