ByteBufferC icon indicating copy to clipboard operation
ByteBufferC copied to clipboard

An implementation of ByteBuffer in C

Results 1 ByteBufferC issues
Sort by recently updated
recently updated
newest added

### support set order just like: ``` byteBuffer.order(ByteOrder.LITTLE_ENDIAN) ``` ### this is a feature in Netty's ByteBuffer in Java