Hello. I'm using MINA 1.1.2. I want get packet with fixed size and put packet with fixed size.
example, I received packet with 11byte header + 5byte data. (5 byte data is variable) and I parsed header, data size is 5. so how can I get 5 byte data? and how can I put 5 byte data in ByteBuffer? sorry, my English is poor.
