|
|
java > java.util > java.util.zip > java.util.zip.deflater >
Class: java.util.zip.Deflater java.lang.Object java.util.zip.Deflater
public class Deflater extends Object
FIELDS:
public static final int BEST_COMPRESSION : 9 public static final int BEST_SPEED : 1 public static final int DEFAULT_COMPRESSION : -1 public static final int DEFAULT_STRATEGY : 0 public static final int DEFLATED : 8 public static final int FILTERED : 1 public static final int HUFFMAN_ONLY : 2 public static final int NO_COMPRESSION : 0 |
|
|
|
CONSTRUCTORS:
| | | public | Deflater(int level, boolean nowrap) |
| | public | Deflater(int level) |
| | public | Deflater() |
| |
|
|
|
METHODS:
| | | | public | int | deflate(byte[] b) |
| | public | int | deflate(byte[] b, int off, int len) |
| | public | void | end() |
| | protected | void | finalize() Overrides: Object |
| | public | void | finish() |
| | public | boolean | finished() |
| | public | int | getAdler() |
| | public | long | getBytesRead() |
| | public | long | getBytesWritten() |
| | public | int | getTotalIn() |
| | public | int | getTotalOut() |
| | 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) |
| | public | void | setLevel(int level) Throws: IllegalArgumentException |
| | public | void | setStrategy(int strategy) Throws: IllegalArgumentException |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|