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

#include <zero_copy_stream_impl.h>

Inheritance diagram for google::protobuf::io::FileInputStream:
google::protobuf::io::ZeroCopyInputStream

Public Member Functions

 FileInputStream (int file_descriptor, int block_size=-1)
 
 ~FileInputStream ()
 
bool Close ()
 
void SetCloseOnDelete (bool value)
 
int GetErrno ()
 
bool Next (const void **data, int *size)
 
void BackUp (int count)
 
bool Skip (int count)
 
int64 ByteCount () const
 
- Public Member Functions inherited from google::protobuf::io::ZeroCopyInputStream
 ZeroCopyInputStream ()
 
virtual ~ZeroCopyInputStream ()
 

Constructor & Destructor Documentation

◆ FileInputStream()

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

◆ ~FileInputStream()

google::protobuf::io::FileInputStream::~FileInputStream ( )

Member Function Documentation

◆ BackUp()

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

◆ ByteCount()

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

◆ Close()

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

◆ GetErrno()

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

◆ Next()

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

◆ SetCloseOnDelete()

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

◆ Skip()

bool google::protobuf::io::FileInputStream::Skip ( int  count)
virtual

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