netty5/buffer/src
Alex Petrov 0f9492c9af Add first-class Little Endian support to ByteBuf and descendants
As discussed in	#3209, this PR adds Little Endian accessors
to ByteBuf and descendants.

Corresponding accessors were added to UnsafeByteBufUtil,
HeapByteBufferUtil to avoid calling `reverseBytes`.

Deprecate `order()`, `order(buf)` and `SwappedByteBuf`.
2015-11-26 20:30:24 +01:00
..
main/java/io/netty/buffer Add first-class Little Endian support to ByteBuf and descendants 2015-11-26 20:30:24 +01:00
test/java/io/netty/buffer Add first-class Little Endian support to ByteBuf and descendants 2015-11-26 20:30:24 +01:00