A ZeroCopyOutputStream reading from a file
Objects can be created by the FileOutputStream function
pointer
:External pointer to the google::protobuf::io::FileOutputStream
C++ object
Class "ZeroCopyOutputStream"
, directly.
signature(con="FileOutputStream")
:
Flushes any buffers and closes the underlying file.
Returns false if an error occurs during the process; use GetErrno
to examine the error
signature(con="FileOutputStream")
:
Flushes FileOutputStream's buffers but does not close the underlying file
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="FileOutputStream")
:
set the close on delete behavior.
See ZeroCopyOutputStream for inherited methods
Romain Francois <francoisromain@free.fr>
The FileOutputStream
class from the protobuf C++ library.
ZeroCopyOutputStream for methods