|
BWAPI
|
#include <gzip_stream.h>


Classes | |
| struct | Options |
Public Types | |
| enum | Format { GZIP = 1, ZLIB = 2 } |
Public Member Functions | |
| GzipOutputStream (ZeroCopyOutputStream *sub_stream) | |
| GzipOutputStream (ZeroCopyOutputStream *sub_stream, const Options &options) | |
| GzipOutputStream (ZeroCopyOutputStream *sub_stream, Format format, int buffer_size=-1) GOOGLE_ATTRIBUTE_DEPRECATED | |
| virtual | ~GzipOutputStream () |
| const char * | ZlibErrorMessage () const |
| int | ZlibErrorCode () const |
| bool | Flush () |
| bool | Close () |
| bool | Next (void **data, int *size) |
| void | BackUp (int count) |
| int64 | ByteCount () const |
| google::protobuf::io::GzipOutputStream::GzipOutputStream | ( | ZeroCopyOutputStream * | sub_stream | ) | [explicit] |
| google::protobuf::io::GzipOutputStream::GzipOutputStream | ( | ZeroCopyOutputStream * | sub_stream, |
| const Options & | options | ||
| ) |
| google::protobuf::io::GzipOutputStream::GzipOutputStream | ( | ZeroCopyOutputStream * | sub_stream, |
| Format | format, | ||
| int | buffer_size = -1 |
||
| ) |
| virtual google::protobuf::io::GzipOutputStream::~GzipOutputStream | ( | ) | [virtual] |
| void google::protobuf::io::GzipOutputStream::BackUp | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.
| int64 google::protobuf::io::GzipOutputStream::ByteCount | ( | ) | const [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.
| bool google::protobuf::io::GzipOutputStream::Next | ( | void ** | data, |
| int * | size | ||
| ) | [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.
| int google::protobuf::io::GzipOutputStream::ZlibErrorCode | ( | ) | const [inline] |
| const char* google::protobuf::io::GzipOutputStream::ZlibErrorMessage | ( | ) | const [inline] |
1.7.6.1