Description
Provide a way to create a large IoBuffer from several smaller IoBuffers, without copying the underlying data.
It would probably be acceptable to constrain the composite buffer in various ways, for example by disallowing autoexpanding or otherwise changing the capacity, the implementation could be greatly simplified.
The goal is to be able to process large messages with a minimum of copying.