netty5/buffer
Norman Maurer 40e0fbfcb6 Share code between Unsafe ByteBuf implementations
Motiviation:

We have a lot of duplicated code which makes it hard to maintain.

Modification:

Move shared code to UnsafeByteBufUtil and use it in the implementations.

Result:

Less duplicated code and so easier to maintain.
2015-10-23 12:05:15 +02:00
..
src Share code between Unsafe ByteBuf implementations 2015-10-23 12:05:15 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-09-30 09:31:26 +02:00