|
|
java > java.util > java.util.zip > java.util.zip.inflater >
Class: java.util.zip.Inflater java.lang.Object java.util.zip.Inflater
public class Inflater extends Object
FIELDS:
CONSTRUCTORS:
| | | public | Inflater(boolean nowrap) |
| | public | Inflater() |
| |
|
|
|
METHODS:
| | | | public | void | end() |
| | protected | void | finalize() Overrides: Object |
| | public | boolean | finished() |
| | public | int | getAdler() |
| | public | long | getBytesRead() |
| | public | long | getBytesWritten() |
| | public | int | getRemaining() |
| | public | int | getTotalIn() |
| | public | int | getTotalOut() |
| | public | int | inflate(byte[] b) Throws: DataFormatException |
| | public | int | inflate(byte[] b, int off, int len) Throws: DataFormatException |
| | public | boolean | needsDictionary() |
| | public | boolean | needsInput() |
| | public | void | reset() |
| | public | void | setDictionary(byte[] b) |
| | public | void | setDictionary(byte[] b, int off, int len) |
| | public | void | setInput(byte[] b) |
| | public | void | setInput(byte[] b, int off, int len) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|