A ZeroCopyInputStream reading from a file
Objects can be created by the FileInputStream function
pointer
:External pointer to the google::protobuf::io::FileInputStream
C++ object
Class "ZeroCopyInputStream"
, directly.
signature(con="FileInputStream")
:
Flushes any buffers and closes the underlying file.
Returns false if an error occurs during the process; use GetErrno
to examine the error
signature(object="FileInputStream")
:
If an I/O error has occurred on this file descriptor, this is the errno from that error.
Otherwise, this is zero. Once an error occurs, the stream is broken and all subsequent operations will fail.
signature(object="FileInputStream")
:
set the close on delete behavior.
See ZeroCopyInputStream for inherited methods
Romain Francois <francoisromain@free.fr>
The FileInputStream
class from the protobuf C++ library.
ZeroCopyInputStream for methods