webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
google::protobuf::io::ArrayInputStream Class Reference

#include <zero_copy_stream_impl_lite.h>

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

Public Member Functions

 ArrayInputStream (const void *data, int size, int block_size=-1)
 
 ~ArrayInputStream ()
 
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

◆ ArrayInputStream()

google::protobuf::io::ArrayInputStream::ArrayInputStream ( const void data,
int  size,
int  block_size = -1 
)

◆ ~ArrayInputStream()

google::protobuf::io::ArrayInputStream::~ArrayInputStream ( )

Member Function Documentation

◆ BackUp()

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

◆ ByteCount()

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

◆ Next()

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

◆ Skip()

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

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