Due to poor documentation and lack of experience with Netty, i faced with little problem. I have no clue how can i set a default ByteOrder.
I need a Little-Endian set by default. I'll be glad, if someone will give me some hints about this.
Due to poor documentation and lack of experience with Netty, i faced with little problem. I have no clue how can i set a default ByteOrder.
I need a Little-Endian set by default. I'll be glad, if someone will give me some hints about this.
You could use
Bootstrap.setOption()
to do this.