static DeflaterOutputStream deflaterOutputStream_syncFlush(File f) ctex {
  ret new DeflaterOutputStream(newFileOutputStream_append(f), true);
}