A com.twitter.io.Buf wrapper for
Netty ChannelBuffers.
Note
Since ChannelBuffers are mutable, modifying the wrapped buffer
within slices of a ChannelBufferBuf will modify the original wrapped
ChannelBuffer. Similarly, modifications to the original buffer will be
reflected in slices.
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.