BWAPI
|
#include <zero_copy_stream_impl_lite.h>
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 |
google::protobuf::io::ArrayInputStream::ArrayInputStream | ( | const void * | data, |
int | size, | ||
int | block_size = -1 |
||
) |
void google::protobuf::io::ArrayInputStream::BackUp | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
int64 google::protobuf::io::ArrayInputStream::ByteCount | ( | ) | const [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
bool google::protobuf::io::ArrayInputStream::Next | ( | const void ** | data, |
int * | size | ||
) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
bool google::protobuf::io::ArrayInputStream::Skip | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.