#include <gzip_stream.h>
Definition at line 106 of file gzip_stream.h.
◆ Format
◆ GzipOutputStream() [1/2]
◆ GzipOutputStream() [2/2]
◆ ~GzipOutputStream()
virtual google::protobuf::io::GzipOutputStream::~GzipOutputStream |
( |
| ) |
|
|
virtual |
◆ BackUp()
void google::protobuf::io::GzipOutputStream::BackUp |
( |
int |
count | ) |
|
|
virtual |
◆ ByteCount()
int64 google::protobuf::io::GzipOutputStream::ByteCount |
( |
| ) |
const |
|
virtual |
◆ Close()
bool google::protobuf::io::GzipOutputStream::Close |
( |
| ) |
|
◆ Deflate()
int google::protobuf::io::GzipOutputStream::Deflate |
( |
int |
flush | ) |
|
|
private |
◆ Flush()
bool google::protobuf::io::GzipOutputStream::Flush |
( |
| ) |
|
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()
google::protobuf::io::GzipOutputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
GzipOutputStream |
| ) |
|
|
private |
◆ Init()
◆ Next()
bool google::protobuf::io::GzipOutputStream::Next |
( |
void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
virtual |
◆ ZlibErrorCode()
int google::protobuf::io::GzipOutputStream::ZlibErrorCode |
( |
| ) |
const |
|
inline |
◆ ZlibErrorMessage()
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: