History log of /libcore/luni/src/main/java/java/util/zip/GZIPOutputStream.java
Revision Date Author Comments
ef52f50af5f5f5f234b73e638755731c5a49d6b2 21-Nov-2013 Narayan Kamath <narayan@google.com> Don't turn on sync flush by default.

Sync flush can be dangerous if used incorrectly (overly frequently
flushes can result in bad compression rations), also flush() here
has slightly different semantics from usual stream flushes (in that
they rarely affect the contents of the streams themselves).

See related issue:
https://code.google.com/p/android/issues/detail?id=62589

Change-Id: I97389c5924f3c338913df39830f27aedbfc3c440
35f9da25ee063a0d0c32f7246b466cff8e57c9ee 29-Jun-2013 Elliott Hughes <enh@google.com> Add syncFlush support to GZIPOutputStream.

Bug: 3484927
Change-Id: I9a2702970fe746b1f6bbbb438e4ce830e916bad4
d42697f6a5bac5d8789c82f45f79f7dd195dc768 11-Nov-2010 Elliott Hughes <enh@google.com> Better documentation for GZIPInputStream/GZIPOutputStream/ZipInputStream/ZipOutputStream.

I didn't know how to use ZipInputStream/ZipOutputStream off the top of my
head; that's a sign we need an example in the documentation.

Change-Id: I0410927a4a784991ff183c30c4cf59752b7ed8e8
cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni