Your implementation of Netty's ByteBuf
extends ByteBuf
, holds a ByteBuf
object and overrides many of its methods to do the same thing on that object instead of just extending the required subclass of ByteBuf
and adding whatever utility methods that it needs. Why? Is there a good reason for that?
Attachments
Comments 0
No comments.