BWAPI
|
#include <zero_copy_stream_impl.h>
Classes | |
class | CopyingFileOutputStream |
Public Member Functions | |
FileOutputStream (int file_descriptor, int block_size=-1) | |
~FileOutputStream () | |
bool | Close () |
bool | Flush () |
void | SetCloseOnDelete (bool value) |
int | GetErrno () |
bool | Next (void **data, int *size) |
void | BackUp (int count) |
int64 | ByteCount () const |
google::protobuf::io::FileOutputStream::FileOutputStream | ( | int | file_descriptor, |
int | block_size = -1 |
||
) | [explicit] |
void google::protobuf::io::FileOutputStream::BackUp | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.
int64 google::protobuf::io::FileOutputStream::ByteCount | ( | ) | const [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.
int google::protobuf::io::FileOutputStream::GetErrno | ( | ) | [inline] |
bool google::protobuf::io::FileOutputStream::Next | ( | void ** | data, |
int * | size | ||
) | [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.
void google::protobuf::io::FileOutputStream::SetCloseOnDelete | ( | bool | value | ) | [inline] |