Lines Matching defs:Inflater
38 * <tt>Inflater</tt>.
54 * Inflater decompresser = new Inflater();
74 class Inflater {
102 public Inflater(boolean nowrap) {
109 public Inflater() {
120 * @see Inflater#needsInput
141 * @see Inflater#needsInput
155 * @see Inflater#needsDictionary
156 * @see Inflater#getAdler
178 * @see Inflater#needsDictionary
179 * @see Inflater#getAdler
212 * @see Inflater#setDictionary
244 * @see Inflater#needsInput
245 * @see Inflater#needsDictionary
276 * @see Inflater#needsInput
277 * @see Inflater#needsDictionary
365 * method. Once this method is called, the behavior of the Inflater
389 throw new NullPointerException("Inflater has been closed");