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

/libcore/ojluni/src/main/java/java/util/zip/
H A DInflater.java118 * needsInput() returns true indicating that more input data is
123 * @see Inflater#needsInput
141 * needsInput() returns true indicating that more input data is
144 * @see Inflater#needsInput
206 public boolean needsInput() { method in class:Inflater
238 * needsInput() or needsDictionary() should be called in order to
247 * @see Inflater#needsInput
272 * needsInput() or needsDictionary() should be called in order to
279 * @see Inflater#needsInput
H A DDeflater.java195 * needsInput() returns true indicating that more input data is required.
199 * @see Deflater#needsInput
217 * needsInput() returns true indicating that more input data is required.
219 * @see Deflater#needsInput
322 public boolean needsInput() { method in class:Deflater
353 * of 0 indicates that {@link #needsInput() needsInput} should be called
374 * of 0 indicates that {@link #needsInput() needsInput} should be called
400 * of 0 in this flush mode indicates that {@link #needsInput()} shoul
[all...]

Completed in 335 milliseconds