Monday 26 August 2013

In Netty can you read a ChannelBuffer twice in 3.x?

In Netty can you read a ChannelBuffer twice in 3.x?

Can you re-read a ChannelBuffer in Netty 3.x ? Meaning, can you create two
separate ChannelBufferInputStreams using the same ChannelBuffer object and
read with no additional marking/resetting necessary? Are you always
guaranteed this will work, or only if backed by a certain type of source?

No comments:

Post a Comment