C# Class java.util.zip.Deflater

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
Deflater ( int arg0 )
Deflater ( int arg0, bool arg1 )
deflate ( byte arg0 ) : int
deflate ( byte arg0, int arg1, int arg2 ) : int
end ( ) : void
finish ( ) : void
finished ( ) : bool
getAdler ( ) : int
getBytesRead ( ) : long
getBytesWritten ( ) : long
getTotalIn ( ) : int
getTotalOut ( ) : int
needsInput ( ) : bool
reset ( ) : void
setDictionary ( byte arg0 ) : void
setDictionary ( byte arg0, int arg1, int arg2 ) : void
setInput ( byte arg0 ) : void
setInput ( byte arg0, int arg1, int arg2 ) : void
setLevel ( int arg0 ) : void
setStrategy ( int arg0 ) : void

Méthodes protégées

Méthode Description
Deflater ( global @__env )
finalize ( ) : void

Private Methods

Méthode Description
Deflater ( )

Method Details

Deflater() protected méthode

protected Deflater ( global @__env )
@__env global

Deflater() public méthode

public Deflater ( int arg0 )
arg0 int

Deflater() public méthode

public Deflater ( int arg0, bool arg1 )
arg0 int
arg1 bool

deflate() public méthode

public deflate ( byte arg0 ) : int
arg0 byte
Résultat int

deflate() public méthode

public deflate ( byte arg0, int arg1, int arg2 ) : int
arg0 byte
arg1 int
arg2 int
Résultat int

end() public méthode

public end ( ) : void
Résultat void

finalize() protected méthode

protected finalize ( ) : void
Résultat void

finish() public méthode

public finish ( ) : void
Résultat void

finished() public méthode

public finished ( ) : bool
Résultat bool

getAdler() public méthode

public getAdler ( ) : int
Résultat int

getBytesRead() public méthode

public getBytesRead ( ) : long
Résultat long

getBytesWritten() public méthode

public getBytesWritten ( ) : long
Résultat long

getTotalIn() public méthode

public getTotalIn ( ) : int
Résultat int

getTotalOut() public méthode

public getTotalOut ( ) : int
Résultat int

needsInput() public méthode

public needsInput ( ) : bool
Résultat bool

reset() public méthode

public reset ( ) : void
Résultat void

setDictionary() public méthode

public setDictionary ( byte arg0 ) : void
arg0 byte
Résultat void

setDictionary() public méthode

public setDictionary ( byte arg0, int arg1, int arg2 ) : void
arg0 byte
arg1 int
arg2 int
Résultat void

setInput() public méthode

public setInput ( byte arg0 ) : void
arg0 byte
Résultat void

setInput() public méthode

public setInput ( byte arg0, int arg1, int arg2 ) : void
arg0 byte
arg1 int
arg2 int
Résultat void

setLevel() public méthode

public setLevel ( int arg0 ) : void
arg0 int
Résultat void

setStrategy() public méthode

public setStrategy ( int arg0 ) : void
arg0 int
Résultat void