Searched defs:needsInput (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DInflater.java115 * needsInput() returns true indicating that more input data is
120 * @see Inflater#needsInput
138 * needsInput() returns true indicating that more input data is
141 * @see Inflater#needsInput
203 public boolean needsInput() { method in class:Inflater
235 * needsInput() or needsDictionary() should be called in order to
244 * @see Inflater#needsInput
269 * needsInput() or needsDictionary() should be called in order to
276 * @see Inflater#needsInput
H A DDeflater.java193 * needsInput() returns true indicating that more input data is required.
197 * @see Deflater#needsInput
215 * needsInput() returns true indicating that more input data is required.
217 * @see Deflater#needsInput
308 public boolean needsInput() { method in class:Deflater
337 * of 0 indicates that {@link #needsInput() needsInput} should be called
358 * of 0 indicates that {@link #needsInput() needsInput} should be called
384 * of 0 in this flush mode indicates that {@link #needsInput()} shoul
[all...]

Completed in 243 milliseconds