v1.3.0
Minor release changes
- Expose
ZlibCompressor
andZlibDecompressor
types and addByteBuffer
functions that use them. It is preferable to use these concrete types over theNIOCompressor/Decompressor
existential.
ZlibCompressor
and ZlibDecompressor
types and add ByteBuffer
functions that use them. It is preferable to use these concrete types over the NIOCompressor/Decompressor
existential.