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

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

Completed in 138 milliseconds