Apache Mesos
|
Decodes records from "Record-IO" data (see above). More...
#include <recordio.hpp>
Public Member Functions | |
Decoder () | |
Try< std::deque< std::string > > | decode (const std::string &data) |
Decodes another chunk of data from the "Record-IO" stream and returns the attempted decoding of any additional complete records. More... | |
Decodes records from "Record-IO" data (see above).
|
inline |
|
inline |
Decodes another chunk of data from the "Record-IO" stream and returns the attempted decoding of any additional complete records.
Returns an Error if the data contains an invalid length header, at which point the decoder will return Error for all subsequent calls.
TODO(bmahler): Allow the caller to signal EOF, this allows detection of invalid partial data at the end of the input.