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

/libcore/ojluni/src/main/java/java/util/zip/
H A DGZIPInputStream.java53 protected boolean eos; field in class:GZIPInputStream
115 if (eos) {
121 eos = true;
138 eos = true;
208 * Reads GZIP member trailer and returns true if the eos

Completed in 22 milliseconds