ByteBufferC icon indicating copy to clipboard operation
ByteBufferC copied to clipboard

Support Set The Byte Order

Open bcw104 opened this issue 9 years ago • 0 comments

support set order just like:

byteBuffer.order(ByteOrder.LITTLE_ENDIAN)

this is a feature in Netty's ByteBuffer in Java

bcw104 avatar Aug 30 '14 13:08 bcw104