Searched refs:needsDictionary (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DInflater.java149 * called when inflate() returns 0 and needsDictionary() returns true
155 * @see Inflater#needsDictionary
174 * called when inflate() returns 0 and needsDictionary() returns true
178 * @see Inflater#needsDictionary
214 public boolean needsDictionary() { method in class:Inflater
235 * needsInput() or needsDictionary() should be called in order to
245 * @see Inflater#needsDictionary
269 * needsInput() or needsDictionary() should be called in order to
277 * @see Inflater#needsDictionary
H A DInflaterInputStream.java153 if (inf.finished() || inf.needsDictionary()) {
H A DInflaterOutputStream.java263 if (inf.needsDictionary()) {

Completed in 31 milliseconds