ByteBuf.order

Returns the <a href="http://en.wikipedia.org/wiki/Endianness">endianness</a> of this buffer.

@deprecated use the Little Endian accessors, e.g. {@code getShortLE}, {@code getIntLE} instead of creating a buffer with swapped {@code endianness}.

class ByteBuf
abstract
ByteOrder
order
()

Meta