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

#include <zero_copy_stream.h>

Inheritance diagram for google::protobuf::io::ZeroCopyInputStream:
google::protobuf::io::ArrayInputStream google::protobuf::io::ConcatenatingInputStream google::protobuf::io::CopyingInputStreamAdaptor google::protobuf::io::FileInputStream google::protobuf::io::GzipInputStream google::protobuf::io::IstreamInputStream google::protobuf::io::LimitingInputStream

Public Member Functions

 ZeroCopyInputStream ()
 
virtual ~ZeroCopyInputStream ()
 
virtual bool Next (const void **data, int *size)=0
 
virtual void BackUp (int count)=0
 
virtual bool Skip (int count)=0
 
virtual int64 ByteCount () const =0
 

Constructor & Destructor Documentation

◆ ZeroCopyInputStream()

google::protobuf::io::ZeroCopyInputStream::ZeroCopyInputStream ( )
inline

◆ ~ZeroCopyInputStream()

google::protobuf::io::ZeroCopyInputStream::~ZeroCopyInputStream ( )
virtual

Member Function Documentation

◆ BackUp()

virtual void google::protobuf::io::ZeroCopyInputStream::BackUp ( int  count)
pure virtual

◆ ByteCount()

virtual int64 google::protobuf::io::ZeroCopyInputStream::ByteCount ( ) const
pure virtual

◆ Next()

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

◆ Skip()

virtual bool google::protobuf::io::ZeroCopyInputStream::Skip ( int  count)
pure virtual

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