HiraokaHyperTools.iTextSharp-LGPL  0.2.5
System.util.zlib.ZStream Class Reference

Public Member Functions

int inflateInit ()
 
int inflateInit (bool nowrap)
 
int inflateInit (int w)
 
int inflateInit (int w, bool nowrap)
 
int inflate (int f)
 
int inflateEnd ()
 
int inflateSync ()
 
int inflateSetDictionary (byte[] dictionary, int dictLength)
 
int deflateInit (int level)
 
int deflateInit (int level, bool nowrap)
 
int deflateInit (int level, int bits)
 
int deflateInit (int level, int bits, bool nowrap)
 
int deflate (int flush)
 
int deflateEnd ()
 
int deflateParams (int level, int strategy)
 
int deflateSetDictionary (byte[] dictionary, int dictLength)
 
void free ()
 

Public Attributes

byte[] next_in
 
int next_in_index
 
int avail_in
 
long total_in
 
byte[] next_out
 
int next_out_index
 
int avail_out
 
long total_out
 
String msg
 
long adler
 

Member Function Documentation

◆ deflate()

int System.util.zlib.ZStream.deflate ( int  flush)

◆ deflateEnd()

int System.util.zlib.ZStream.deflateEnd ( )

◆ deflateInit() [1/4]

int System.util.zlib.ZStream.deflateInit ( int  level)

◆ deflateInit() [2/4]

int System.util.zlib.ZStream.deflateInit ( int  level,
bool  nowrap 
)

◆ deflateInit() [3/4]

int System.util.zlib.ZStream.deflateInit ( int  level,
int  bits 
)

◆ deflateInit() [4/4]

int System.util.zlib.ZStream.deflateInit ( int  level,
int  bits,
bool  nowrap 
)

◆ deflateParams()

int System.util.zlib.ZStream.deflateParams ( int  level,
int  strategy 
)

◆ deflateSetDictionary()

int System.util.zlib.ZStream.deflateSetDictionary ( byte[]  dictionary,
int  dictLength 
)

◆ free()

void System.util.zlib.ZStream.free ( )

◆ inflate()

int System.util.zlib.ZStream.inflate ( int  f)

◆ inflateEnd()

int System.util.zlib.ZStream.inflateEnd ( )

◆ inflateInit() [1/4]

int System.util.zlib.ZStream.inflateInit ( )

◆ inflateInit() [2/4]

int System.util.zlib.ZStream.inflateInit ( bool  nowrap)

◆ inflateInit() [3/4]

int System.util.zlib.ZStream.inflateInit ( int  w)

◆ inflateInit() [4/4]

int System.util.zlib.ZStream.inflateInit ( int  w,
bool  nowrap 
)

◆ inflateSetDictionary()

int System.util.zlib.ZStream.inflateSetDictionary ( byte[]  dictionary,
int  dictLength 
)

◆ inflateSync()

int System.util.zlib.ZStream.inflateSync ( )

Member Data Documentation

◆ adler

long System.util.zlib.ZStream.adler

◆ avail_in

int System.util.zlib.ZStream.avail_in

◆ avail_out

int System.util.zlib.ZStream.avail_out

◆ msg

String System.util.zlib.ZStream.msg

◆ next_in

byte [] System.util.zlib.ZStream.next_in

◆ next_in_index

int System.util.zlib.ZStream.next_in_index

◆ next_out

byte [] System.util.zlib.ZStream.next_out

◆ next_out_index

int System.util.zlib.ZStream.next_out_index

◆ total_in

long System.util.zlib.ZStream.total_in

◆ total_out

long System.util.zlib.ZStream.total_out

The documentation for this class was generated from the following file: