Searched refs:NO_FLUSH (Results 1 – 2 of 2) sorted by relevance
139 public static final int NO_FLUSH = 0; field in Deflater368 return deflate(b, off, len, NO_FLUSH); in deflate()387 return deflate(b, 0, b.length, NO_FLUSH); in deflate()443 if (flush == NO_FLUSH || flush == SYNC_FLUSH || in deflate()
54 deflateInflate(Deflater.NO_FLUSH); in testDeflate()