Motiviation: We have a lot of duplicated code which makes it hard to maintain. Modification: Move shared code to HeapByteBufUtil and use it in the implementations. Result: Less duplicated code and so easier to maintain.
Motiviation: We have a lot of duplicated code which makes it hard to maintain. Modification: Move shared code to HeapByteBufUtil and use it in the implementations. Result: Less duplicated code and so easier to maintain.