A write operation against this stream will occur at the {@code writerIndex}of its underlying buffer and the {@code writerIndex} will increase duringthe write operation.
This stream implements {@link DataOutput} for your convenience.The endianness of the stream is not always big endian but depends on the endianness of the underlying buffer. @author The Netty Project (netty-dev@lists.jboss.org) @author Trustin Lee (tlee@redhat.com) @version $Rev: 26 $, $Date: 2008-08-10 14:52:36 +0900 (Sun, 10 Aug 2008) $ @see ChannelBufferInputStream @apiviz.uses org.jboss.netty.buffer.ChannelBuffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|