C# Class Org.BouncyCastle.Utilities.Zlib.ZStream

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Свойство Type Description
adler long
avail_in int
avail_out int
msg String
next_in byte[]
next_in_index int
next_out byte[]
next_out_index int
total_in long
total_out long

Méthodes publiques

Méthode Description
deflate ( int flush ) : int
deflateEnd ( ) : 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
deflateParams ( int level, int strategy ) : int
deflateSetDictionary ( byte dictionary, int dictLength ) : int
free ( ) : void
inflate ( int f ) : int
inflateEnd ( ) : int
inflateInit ( ) : int
inflateInit ( bool nowrap ) : int
inflateInit ( int w ) : int
inflateInit ( int w, bool nowrap ) : int
inflateSetDictionary ( byte dictionary, int dictLength ) : int
inflateSync ( ) : int

Private Methods

Méthode Description
flush_pending ( ) : void
read_buf ( byte buf, int start, int size ) : int

Method Details

deflate() public méthode

public deflate ( int flush ) : int
flush int
Résultat int

deflateEnd() public méthode

public deflateEnd ( ) : int
Résultat int

deflateInit() public méthode

public deflateInit ( int level ) : int
level int
Résultat int

deflateInit() public méthode

public deflateInit ( int level, bool nowrap ) : int
level int
nowrap bool
Résultat int

deflateInit() public méthode

public deflateInit ( int level, int bits ) : int
level int
bits int
Résultat int

deflateInit() public méthode

public deflateInit ( int level, int bits, bool nowrap ) : int
level int
bits int
nowrap bool
Résultat int

deflateParams() public méthode

public deflateParams ( int level, int strategy ) : int
level int
strategy int
Résultat int

deflateSetDictionary() public méthode

public deflateSetDictionary ( byte dictionary, int dictLength ) : int
dictionary byte
dictLength int
Résultat int

free() public méthode

public free ( ) : void
Résultat void

inflate() public méthode

public inflate ( int f ) : int
f int
Résultat int

inflateEnd() public méthode

public inflateEnd ( ) : int
Résultat int

inflateInit() public méthode

public inflateInit ( ) : int
Résultat int

inflateInit() public méthode

public inflateInit ( bool nowrap ) : int
nowrap bool
Résultat int

inflateInit() public méthode

public inflateInit ( int w ) : int
w int
Résultat int

inflateInit() public méthode

public inflateInit ( int w, bool nowrap ) : int
w int
nowrap bool
Résultat int

inflateSetDictionary() public méthode

public inflateSetDictionary ( byte dictionary, int dictLength ) : int
dictionary byte
dictLength int
Résultat int

inflateSync() public méthode

public inflateSync ( ) : int
Résultat int

Property Details

adler public_oe property

public long adler
Résultat long

avail_in public_oe property

public int avail_in
Résultat int

avail_out public_oe property

public int avail_out
Résultat int

msg public_oe property

public String msg
Résultat String

next_in public_oe property

public byte[] next_in
Résultat byte[]

next_in_index public_oe property

public int next_in_index
Résultat int

next_out public_oe property

public byte[] next_out
Résultat byte[]

next_out_index public_oe property

public int next_out_index
Résultat int

total_in public_oe property

public long total_in
Résultat long

total_out public_oe property

public long total_out
Résultat long