Thanks for the improvements.
Everything looks good to me,
but here are some additional suggestions:
Rename n to "members" to make it a little clearer.
38 int n = rnd.nextInt(10) + 1;
Also use a random size with the GZIPInputStream constructor
69 GZIPInputStream gzis = new
Martin Buchholz wrote:
One can argue this change doesn't go far enough,
and that one should be able to perform operations
that motivated the existence of the multiple member feature,
like skip to the next gzip member and to inspect the filename
and extra fields in the gzip header, but that's a mu
First, let me apologize for my poor judgment back in 2006.
Concatenated gzip members are clearly supported by rfc1952,
the gzip command, and by the many votes for bug 4691425.
The JDK should support this feature as well.
One can argue this change doesn't go far enough,
and that one should be able