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

/libcore/ojluni/src/main/java/java/util/zip/
H A DGZIPInputStream.java155 private final static int FCOMMENT = 16; // File comment field in class:GZIPInputStream
190 if ((flg & FCOMMENT) == FCOMMENT) {

Completed in 13 milliseconds