A decoder that splits the received {@link ChannelBuffer}s by the fixed number of bytes. For example, if you received the following four fragmented packets:
+---+----+------+----+ | A | BC | DEFG | HI | +---+----+------+----+
A {@link FixedLengthFrameDecoder}{@code (3)} will decode them into thefollowing three packets with the fixed length:
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.