The org.jboss.netty.buffer.ChannelBuffer to be wrapped in a com.twitter.io.Buf interface.
The org.jboss.netty.buffer.ChannelBuffer to be wrapped in a com.twitter.io.Buf interface.
The org.jboss.netty.buffer.ChannelBuffer to be wrapped in a com.twitter.io.Buf interface.
A com.twitter.io.Buf wrapper for Netty ChannelBuffers.
Since
ChannelBuffers are mutable, modifying the wrapped buffer withinslices of aChannelBufferBufwill modify the original wrappedChannelBuffer. Similarly, modifications to the original buffer will be reflected in slices.