TrinityCore
|
#include <zero_copy_stream.h>
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 |
Private Member Functions | |
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (ZeroCopyInputStream) | |
|
virtual |
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, and google::protobuf::io::ArrayInputStream.
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, and google::protobuf::io::ArrayInputStream.
|
private |
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, and google::protobuf::io::ArrayInputStream.
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, and google::protobuf::io::ArrayInputStream.