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 |
|
|