netty5/buffer/src
Norman Maurer 2be4bb74a5 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:01 +02:00
..
main/java/io/netty/buffer Share code between Unsafe ByteBuf implementations 2015-10-23 12:05:01 +02:00
test/java/io/netty/buffer Minimize reference count checks in SlicedByteBuf 2015-10-16 21:09:03 +02:00