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

/libcore/ojluni/src/main/java/java/util/zip/
H A DDeflater.java156 public static final int SYNC_FLUSH = 2; field in class:Deflater
411 * <li>{@link #SYNC_FLUSH}: all pending output in the deflater is flushed,
415 * if enough output space is provided). Flushing with {@link #SYNC_FLUSH}
420 * {@link #SYNC_FLUSH}. The compression state is reset so that the inflater
427 * <p>In the case of {@link #FULL_FLUSH} or {@link #SYNC_FLUSH}, if
451 if (flush == NO_FLUSH || flush == SYNC_FLUSH ||

Completed in 51 milliseconds