Medial Code Documentation
|
buffer reader of the stream that allows you to get More...
#include <base64.h>
Public Member Functions | |
StreamBufferReader (size_t buffer_size) | |
void | set_stream (dmlc::Stream *stream) |
set input stream | |
char | GetChar (void) |
allows quick read using get char | |
bool | AtEnd (void) const |
whether we are reaching the end of file | |
buffer reader of the stream that allows you to get