Searched refs:needsInput (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DInflaterOutputStream.java150 while (!inf.finished() && !inf.needsInput()) {
238 if (inf.needsInput()) {
H A DDeflaterInputStream.java188 if (def.needsInput()) {
H A DDeflaterOutputStream.java210 while (!def.needsInput()) {
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 DInflaterInputStream.java157 if (inf.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...]
/openjdk7/jdk/test/java/util/zip/
H A DTotalInOut.java61 if (deflater.needsInput()) {
72 while (!inflater.needsInput()) {
H A DFlaterCriticalArray.java137 while (!deflater.needsInput()) {
165 while (!inflater.needsInput()) {
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java214 while (!def.needsInput()) {

Completed in 40 milliseconds