DEFLATE-library-Java icon indicating copy to clipboard operation
DEFLATE-library-Java copied to clipboard

Efficient DEFLATE compressor and decompressor in pure Java.

Results 1 DEFLATE-library-Java issues
Sort by recently updated
recently updated
newest added

The GZIP [RFC 1952](https://tools.ietf.org/html/rfc1952) allows multiple members, where each member has a header, a deflated section and a trailer. It's possible to handle these using DEFLATE-library-Java by using a markable...