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

/libcore/luni/src/main/java/java/util/zip/
H A DInflater.java34 * Inflater inflater = new Inflater();
51 public class Inflater { class
65 * stream. Use {@link #Inflater(boolean)} if the input comes without a ZLIB
68 public Inflater() { method in class:Inflater
80 public Inflater(boolean noHeader) { method in class:Inflater
88 * Releases resources associated with this {@code Inflater}. Any unused
121 * Indicates if the {@code Inflater} has inflated the entire deflated
124 * called after all deflated input is supplied to the {@code Inflater}.
145 * Returns the total number of bytes read by the {@code Inflater}
[all...]

Completed in 55 milliseconds