netty5/codec
Norman Maurer 7c29c83e10 Use ByteBuf.*LE methods for write and read LE
Motivation:

We recently added methods to ByteBuf to directly write and read LE values. We should use these in the Snappy implementation and so reduce duplication.

Modifications:

Replace manually swapping of values with LE write and read methods of ByteBuf.

Result:

Cleaner code with less duplication.
2015-12-10 09:34:37 +01:00
..
src Use ByteBuf.*LE methods for write and read LE 2015-12-10 09:34:37 +01:00
pom.xml Refactor tests for compression codecs 2015-04-10 15:50:20 +02:00