Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <recordio.h>
Public Member Functions | |
RecordReader (File *const file) | |
template<class P > | |
bool | ReadProtocolMessage (P *const proto) |
bool | Close () |
Closes the underlying file. | |
This class reads a protocol buffer from a file. The format must be the one described in RecordWriter, above.
Definition at line 86 of file recordio.h.
|
explicit |
Definition at line 52 of file recordio.cc.
bool recordio::RecordReader::Close | ( | ) |
Closes the underlying file.
Definition at line 54 of file recordio.cc.
|
inline |
Definition at line 91 of file recordio.h.