#include <gzip_stream.h>
◆ Format [1/2]
◆ Format [2/2]
◆ GzipOutputStream() [1/4]
◆ GzipOutputStream() [2/4]
◆ ~GzipOutputStream() [1/2]
virtual google::protobuf::io::GzipOutputStream::~GzipOutputStream |
( |
| ) |
|
|
virtual |
◆ GzipOutputStream() [3/4]
◆ GzipOutputStream() [4/4]
◆ ~GzipOutputStream() [2/2]
virtual google::protobuf::io::GzipOutputStream::~GzipOutputStream |
( |
| ) |
|
|
virtual |
◆ BackUp() [1/2]
void google::protobuf::io::GzipOutputStream::BackUp |
( |
int |
count | ) |
|
|
virtual |
◆ BackUp() [2/2]
void google::protobuf::io::GzipOutputStream::BackUp |
( |
int |
count | ) |
|
|
overridevirtual |
◆ ByteCount() [1/2]
int64 google::protobuf::io::GzipOutputStream::ByteCount |
( |
| ) |
const |
|
virtual |
◆ ByteCount() [2/2]
int64_t google::protobuf::io::GzipOutputStream::ByteCount |
( |
| ) |
const |
|
overridevirtual |
◆ Close() [1/2]
bool google::protobuf::io::GzipOutputStream::Close |
( |
| ) |
|
◆ Close() [2/2]
bool google::protobuf::io::GzipOutputStream::Close |
( |
| ) |
|
◆ Deflate() [1/2]
int google::protobuf::io::GzipOutputStream::Deflate |
( |
int |
flush | ) |
|
|
private |
◆ Deflate() [2/2]
int google::protobuf::io::GzipOutputStream::Deflate |
( |
int |
flush | ) |
|
|
private |
◆ Flush() [1/2]
bool google::protobuf::io::GzipOutputStream::Flush |
( |
| ) |
|
◆ Flush() [2/2]
bool google::protobuf::io::GzipOutputStream::Flush |
( |
| ) |
|
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]
google::protobuf::io::GzipOutputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
GzipOutputStream |
| ) |
|
|
private |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]
google::protobuf::io::GzipOutputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
GzipOutputStream |
| ) |
|
|
private |
◆ Init() [1/2]
◆ Init() [2/2]
◆ Next() [1/2]
bool google::protobuf::io::GzipOutputStream::Next |
( |
void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
virtual |
◆ Next() [2/2]
bool google::protobuf::io::GzipOutputStream::Next |
( |
void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
overridevirtual |
◆ ZlibErrorCode() [1/2]
int google::protobuf::io::GzipOutputStream::ZlibErrorCode |
( |
| ) |
const |
|
inline |
◆ ZlibErrorCode() [2/2]
int google::protobuf::io::GzipOutputStream::ZlibErrorCode |
( |
| ) |
const |
|
inline |
◆ ZlibErrorMessage() [1/2]
const char* google::protobuf::io::GzipOutputStream::ZlibErrorMessage |
( |
| ) |
const |
|
inline |
◆ ZlibErrorMessage() [2/2]
const char* google::protobuf::io::GzipOutputStream::ZlibErrorMessage |
( |
| ) |
const |
|
inline |
◆ input_buffer_
void * google::protobuf::io::GzipOutputStream::input_buffer_ |
|
private |
◆ input_buffer_length_
size_t google::protobuf::io::GzipOutputStream::input_buffer_length_ |
|
private |
◆ sub_data_
void * google::protobuf::io::GzipOutputStream::sub_data_ |
|
private |
◆ sub_data_size_
int google::protobuf::io::GzipOutputStream::sub_data_size_ |
|
private |
◆ sub_stream_
◆ zcontext_
z_stream google::protobuf::io::GzipOutputStream::zcontext_ |
|
private |
◆ zerror_
int google::protobuf::io::GzipOutputStream::zerror_ |
|
private |
The documentation for this class was generated from the following file: