C# Class java.util.zip.Inflater

Inheritance: java.lang.Object
Mostra file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
Inflater ( bool arg0 )
end ( ) : void
finished ( ) : bool
getAdler ( ) : int
getBytesRead ( ) : long
getBytesWritten ( ) : long
getRemaining ( ) : int
getTotalIn ( ) : int
getTotalOut ( ) : int
inflate ( byte arg0 ) : int
inflate ( byte arg0, int arg1, int arg2 ) : int
needsDictionary ( ) : bool
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

Protected Methods

Method Description
Inflater ( global @__env )
finalize ( ) : void

Private Methods

Method Description
Inflater ( )

Method Details

Inflater() public method

public Inflater ( bool arg0 )
arg0 bool

Inflater() protected method

protected Inflater ( global @__env )
@__env global

end() public method

public end ( ) : void
return void

finalize() protected method

protected finalize ( ) : void
return void

finished() public method

public finished ( ) : bool
return bool

getAdler() public method

public getAdler ( ) : int
return int

getBytesRead() public method

public getBytesRead ( ) : long
return long

getBytesWritten() public method

public getBytesWritten ( ) : long
return long

getRemaining() public method

public getRemaining ( ) : int
return int

getTotalIn() public method

public getTotalIn ( ) : int
return int

getTotalOut() public method

public getTotalOut ( ) : int
return int

inflate() public method

public inflate ( byte arg0 ) : int
arg0 byte
return int

inflate() public method

public inflate ( byte arg0, int arg1, int arg2 ) : int
arg0 byte
arg1 int
arg2 int
return int

needsDictionary() public method

public needsDictionary ( ) : bool
return bool

needsInput() public method

public needsInput ( ) : bool
return bool

reset() public method

public reset ( ) : void
return void

setDictionary() public method

public setDictionary ( byte arg0 ) : void
arg0 byte
return void

setDictionary() public method

public setDictionary ( byte arg0, int arg1, int arg2 ) : void
arg0 byte
arg1 int
arg2 int
return void

setInput() public method

public setInput ( byte arg0 ) : void
arg0 byte
return void

setInput() public method

public setInput ( byte arg0, int arg1, int arg2 ) : void
arg0 byte
arg1 int
arg2 int
return void