BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
google::protobuf::io::GzipInputStream Class Reference

#include <gzip_stream.h>

Inheritance diagram for google::protobuf::io::GzipInputStream:
Inheritance graph
[legend]
Collaboration diagram for google::protobuf::io::GzipInputStream:
Collaboration graph
[legend]

List of all members.

Public Types

enum  Format { AUTO = 0, GZIP = 1, ZLIB = 2 }

Public Member Functions

 GzipInputStream (ZeroCopyInputStream *sub_stream, Format format=AUTO, int buffer_size=-1)
virtual ~GzipInputStream ()
const char * ZlibErrorMessage () const
int ZlibErrorCode () const
bool Next (const void **data, int *size)
void BackUp (int count)
bool Skip (int count)
int64 ByteCount () const

Member Enumeration Documentation

Enumerator:
AUTO 
GZIP 
ZLIB 

Constructor & Destructor Documentation

google::protobuf::io::GzipInputStream::GzipInputStream ( ZeroCopyInputStream sub_stream,
Format  format = AUTO,
int  buffer_size = -1 
) [explicit]

Member Function Documentation

void google::protobuf::io::GzipInputStream::BackUp ( int  count) [virtual]
bool google::protobuf::io::GzipInputStream::Next ( const void **  data,
int *  size 
) [virtual]
bool google::protobuf::io::GzipInputStream::Skip ( int  count) [virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines