A read operation against this stream will occur at the {@code readerIndex}of its underlying buffer and the {@code readerIndex} will increase duringthe read operation.
This stream implements {@link DataInput} 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: 145 $, $Date: 2008-08-27 16:17:41 +0900 (Wed, 27 Aug 2008) $ @see ChannelBufferOutputStream @apiviz.uses org.jboss.netty.buffer.ChannelBuffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|