Two simple questions, which I am not able to solve by reading the documentation:
- I have a
byte[]
- How can i convert it to a
ByteBuf
?
- How can i convert it to a
- I have a NIO
ByteBuffer
- How can i convert it to a
ByteBuf
?
- How can i convert it to a