webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
google::protobuf::io::FileOutputStream Class Reference

#include <zero_copy_stream_impl.h>

Inheritance diagram for google::protobuf::io::FileOutputStream:
google::protobuf::io::ZeroCopyOutputStream

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
 
- Public Member Functions inherited from google::protobuf::io::ZeroCopyOutputStream
 ZeroCopyOutputStream ()
 
virtual ~ZeroCopyOutputStream ()
 
virtual bool WriteAliasedRaw (const void *data, int size)
 
virtual bool AllowsAliasing () const
 

Constructor & Destructor Documentation

◆ FileOutputStream()

google::protobuf::io::FileOutputStream::FileOutputStream ( int  file_descriptor,
int  block_size = -1 
)
explicit

◆ ~FileOutputStream()

google::protobuf::io::FileOutputStream::~FileOutputStream ( )

Member Function Documentation

◆ BackUp()

void google::protobuf::io::FileOutputStream::BackUp ( int  count)
virtual

◆ ByteCount()

int64 google::protobuf::io::FileOutputStream::ByteCount ( ) const
virtual

◆ Close()

bool google::protobuf::io::FileOutputStream::Close ( )

◆ Flush()

bool google::protobuf::io::FileOutputStream::Flush ( )

◆ GetErrno()

int google::protobuf::io::FileOutputStream::GetErrno ( )
inline

◆ Next()

bool google::protobuf::io::FileOutputStream::Next ( void **  data,
int *  size 
)
virtual

◆ SetCloseOnDelete()

void google::protobuf::io::FileOutputStream::SetCloseOnDelete ( bool  value)
inline

The documentation for this class was generated from the following files: