C# Class java.util.zip.Deflater

Inheritance: java.lang.Object
显示文件 Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
Deflater ( )

Method Details

Deflater() protected method

protected Deflater ( global @__env )
@__env global

Deflater() public method

public Deflater ( int arg0 )
arg0 int

Deflater() public method

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

deflate() public method

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

deflate() public method

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

end() public method

public end ( ) : void
return void

finalize() protected method

protected finalize ( ) : void
return void

finish() public method

public finish ( ) : 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

getTotalIn() public method

public getTotalIn ( ) : int
return int

getTotalOut() public method

public getTotalOut ( ) : int
return int

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

setLevel() public method

public setLevel ( int arg0 ) : void
arg0 int
return void

setStrategy() public method

public setStrategy ( int arg0 ) : void
arg0 int
return void