netty5/license
Idel Pivnitskiy c6b2c5a320 Implemented LZMA frame encoder
Motivation:

LZMA compression algorithm has a very good compression ratio.

Modifications:

- Added `lzma-java` library which implements LZMA algorithm.
- Implemented LzmaFrameEncoder which extends MessageToByteEncoder and provides compression of outgoing messages.
- Added tests to verify the LzmaFrameEncoder and how it can compress data for the next uncompression using the original library.

Result:

LZMA encoder which can compress data using LZMA algorithm.
2014-09-15 15:14:15 +02:00
..
LICENSE.abstractnodequeue.txt
LICENSE.base64.txt
LICENSE.bouncycastle.txt
LICENSE.caliper.txt
LICENSE.commons-logging.txt
LICENSE.compress-lzf.txt Implemented LZF compression codec 2014-07-17 07:18:53 +02:00
LICENSE.deque.txt
LICENSE.harmony.txt Introduce TextHeaders and AsciiString 2014-06-14 17:14:30 +09:00
LICENSE.jboss-marshalling.txt
LICENSE.jbzip2.txt Implement a Bzip2Decoder 2014-06-24 14:49:49 +09:00
LICENSE.jfastlz.txt Implemented FastLZ compression codec 2014-08-12 15:15:54 -07:00
LICENSE.jsr166y.txt
LICENSE.jzlib.txt
LICENSE.libdivsufsort.txt Implemented a Bzip2Encoder 2014-07-17 16:19:59 +02:00
LICENSE.log4j.txt
LICENSE.lz4.txt Implemented LZ4 compression codec 2014-08-14 15:05:57 -07:00
LICENSE.protobuf.txt
LICENSE.slf4j.txt
LICENSE.snappy.txt
LICENSE.webbit.txt
lzma-java.txt Implemented LZMA frame encoder 2014-09-15 15:14:15 +02:00