Klasse java.util.zip.Inflater | 1.1 |
java.lang.Object | +--java.util.zip.Inflater
Konstruktoren | |
---|---|
public | Inflater() |
public | Inflater(boolean nowrap) |
Methoden | |
---|---|
public synchronized void | end() |
protected void | finalize() |
public synchronized boolean | finished() |
public synchronized int | getAdler() |
public synchronized int | getRemaining() |
public synchronized int | getTotalIn() |
public synchronized int | getTotalOut() |
public int | inflate(byte[] b) |
public synchronized int | inflate(byte[] b, int off, int len) |
public synchronized boolean | needsDictionary() |
public synchronized boolean | needsInput() |
public synchronized void | reset() |
public void | setDictionary(byte[] b) |
public synchronized void | setDictionary(byte[] b, int off, int len) |
public void | setInput(byte[] b) |
public synchronized void | setInput(byte[] b, int off, int len) |