bug#37665: Concatenation of gzip compressed bytearray

2019-10-08 Thread Paul Eggert
On 10/8/19 8:28 AM, Zhu Li wrote: does this mean that GZIPInputStream and GZIPOutputStream don't support such operation by design Sorry, but you seem to be writing about some gzip-compatible software, not about gzip itself. Please write to whoever maintains that other software, instead of to

bug#37665: Concatenation of gzip compressed bytearray

2019-10-08 Thread Zhu Li
Hello there, Our team has a use case where we want to concatenate gzip-compressed byte arrays. We do compression with GZIPOutputStream.java with Java 8 and decompression with GZIPInputStream.java. In a simple test case I compressed several instances of byte[] with GZIPOutputStream and output the c