hunt.net.buffer.DuplicatedByteBuf

Undocumented in source.

Members

Classes

DuplicatedByteBuf
class DuplicatedByteBuf

A derived buffer which simply forwards all data access requests to its parent. It is recommended to use {@link ByteBuf#duplicate()} instead of calling the constructor explicitly.

Meta