BWAPI
|
#include <zero_copy_stream_impl.h>
Public Member Functions | |
LimitingInputStream (ZeroCopyInputStream *input, int64 limit) | |
~LimitingInputStream () | |
bool | Next (const void **data, int *size) |
void | BackUp (int count) |
bool | Skip (int count) |
int64 | ByteCount () const |
google::protobuf::io::LimitingInputStream::LimitingInputStream | ( | ZeroCopyInputStream * | input, |
int64 | limit | ||
) |
void google::protobuf::io::LimitingInputStream::BackUp | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
int64 google::protobuf::io::LimitingInputStream::ByteCount | ( | ) | const [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
bool google::protobuf::io::LimitingInputStream::Next | ( | const void ** | data, |
int * | size | ||
) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
bool google::protobuf::io::LimitingInputStream::Skip | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.