Rich Buffer Data Structure

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3191

This topic has not yet been written. The content below is from the topic description.
2.1. Rich Buffer Data Structure Netty uses its own buffer API instead of NIO ByteBuffer to represent a sequence of bytes. This approach has significant advantage over using ByteBuffer. Netty's new buffer type, ChannelBuffer has been designed from ground up to address the problems of ByteBuffer and to meet the daily needs of network application developers.