#include <gzip_stream.h>
|
enum | Format {
AUTO = 0,
GZIP = 1,
ZLIB = 2,
AUTO = 0,
GZIP = 1,
ZLIB = 2
} |
|
enum | Format {
AUTO = 0,
GZIP = 1,
ZLIB = 2,
AUTO = 0,
GZIP = 1,
ZLIB = 2
} |
|
◆ Format [1/2]
◆ Format [2/2]
◆ GzipInputStream() [1/2]
◆ ~GzipInputStream() [1/2]
virtual google::protobuf::io::GzipInputStream::~GzipInputStream |
( |
| ) |
|
|
virtual |
◆ GzipInputStream() [2/2]
◆ ~GzipInputStream() [2/2]
virtual google::protobuf::io::GzipInputStream::~GzipInputStream |
( |
| ) |
|
|
virtual |
◆ BackUp() [1/2]
void google::protobuf::io::GzipInputStream::BackUp |
( |
int |
count | ) |
|
|
virtual |
◆ BackUp() [2/2]
void google::protobuf::io::GzipInputStream::BackUp |
( |
int |
count | ) |
|
|
overridevirtual |
◆ ByteCount() [1/2]
int64 google::protobuf::io::GzipInputStream::ByteCount |
( |
| ) |
const |
|
virtual |
◆ ByteCount() [2/2]
int64_t google::protobuf::io::GzipInputStream::ByteCount |
( |
| ) |
const |
|
overridevirtual |
◆ DoNextOutput() [1/2]
void google::protobuf::io::GzipInputStream::DoNextOutput |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
private |
◆ DoNextOutput() [2/2]
void google::protobuf::io::GzipInputStream::DoNextOutput |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
private |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]
google::protobuf::io::GzipInputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
GzipInputStream |
| ) |
|
|
private |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]
google::protobuf::io::GzipInputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
GzipInputStream |
| ) |
|
|
private |
◆ Inflate() [1/2]
int google::protobuf::io::GzipInputStream::Inflate |
( |
int |
flush | ) |
|
|
private |
◆ Inflate() [2/2]
int google::protobuf::io::GzipInputStream::Inflate |
( |
int |
flush | ) |
|
|
private |
◆ Next() [1/2]
bool google::protobuf::io::GzipInputStream::Next |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
virtual |
◆ Next() [2/2]
bool google::protobuf::io::GzipInputStream::Next |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
overridevirtual |
◆ Skip() [1/2]
bool google::protobuf::io::GzipInputStream::Skip |
( |
int |
count | ) |
|
|
virtual |
◆ Skip() [2/2]
bool google::protobuf::io::GzipInputStream::Skip |
( |
int |
count | ) |
|
|
overridevirtual |
◆ ZlibErrorCode() [1/2]
int google::protobuf::io::GzipInputStream::ZlibErrorCode |
( |
| ) |
const |
|
inline |
◆ ZlibErrorCode() [2/2]
int google::protobuf::io::GzipInputStream::ZlibErrorCode |
( |
| ) |
const |
|
inline |
◆ ZlibErrorMessage() [1/2]
const char* google::protobuf::io::GzipInputStream::ZlibErrorMessage |
( |
| ) |
const |
|
inline |
◆ ZlibErrorMessage() [2/2]
const char* google::protobuf::io::GzipInputStream::ZlibErrorMessage |
( |
| ) |
const |
|
inline |
◆ byte_count_ [1/2]
int64 google::protobuf::io::GzipInputStream::byte_count_ |
|
private |
◆ byte_count_ [2/2]
int64_t google::protobuf::io::GzipInputStream::byte_count_ |
|
private |
◆ format_
Format google::protobuf::io::GzipInputStream::format_ |
|
private |
◆ output_buffer_
void * google::protobuf::io::GzipInputStream::output_buffer_ |
|
private |
◆ output_buffer_length_
size_t google::protobuf::io::GzipInputStream::output_buffer_length_ |
|
private |
◆ output_position_
void * google::protobuf::io::GzipInputStream::output_position_ |
|
private |
◆ sub_stream_
◆ zcontext_
z_stream google::protobuf::io::GzipInputStream::zcontext_ |
|
private |
◆ zerror_
int google::protobuf::io::GzipInputStream::zerror_ |
|
private |
The documentation for this class was generated from the following file: