| Klasse java.util.zip.Deflater | 1.1 |
java.lang.Object | +--java.util.zip.Deflater
| Datenelemente | |
|---|---|
| public static final int | DEFLATED |
| public static final int | NO_COMPRESSION |
| public static final int | BEST_SPEED |
| public static final int | BEST_COMPRESSION |
| public static final int | DEFAULT_COMPRESSION |
| public static final int | FILTERED |
| public static final int | HUFFMAN_ONLY |
| public static final int | DEFAULT_STRATEGY |
| Konstruktoren | |
|---|---|
| public | Deflater() |
| public | Deflater(int level) |
| public | Deflater(int level, boolean nowrap) |
| Methoden | |
|---|---|
| public int | deflate(byte[] b) |
| public synchronized int | deflate(byte[] b, int off, int len) |
| public synchronized void | end() |
| protected void | finalize() |
| public synchronized void | finish() |
| public synchronized boolean | finished() |
| public synchronized int | getAdler() |
| public synchronized int | getTotalIn() |
| public synchronized int | getTotalOut() |
| public 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) |
| public synchronized void | setLevel(int level) |
| public synchronized void | setStrategy(int strategy) |