buffer reader of the stream that allows you to get
More...
#include <base64.h>
buffer reader of the stream that allows you to get
◆ StreamBufferReader()
xgboost::common::StreamBufferReader::StreamBufferReader |
( |
size_t |
buffer_size | ) |
|
|
inlineexplicit |
◆ AtEnd()
bool xgboost::common::StreamBufferReader::AtEnd |
( |
void |
| ) |
const |
|
inline |
whether we are reaching the end of file
◆ GetChar()
char xgboost::common::StreamBufferReader::GetChar |
( |
void |
| ) |
|
|
inline |
allows quick read using get char
◆ set_stream()
void xgboost::common::StreamBufferReader::set_stream |
( |
dmlc::Stream * |
stream | ) |
|
|
inline |
The documentation for this class was generated from the following file: