netty5/buffer/src/test/java/io/netty
Trustin Lee 0b9235f072 Simplify ByteBufProcessor and MessageListProcessor and Add internal component accessors to CompositeByteBuf
- Fixes #1528

It's not really easy to provide a general-purpose abstraction for fast-yet-safe iteration. Instead of making forEachByte() less optimal, let's make it do what it does really well, and allow a user to implement potentially unsafe-yet-fast loop using unsafe operations.
2013-07-05 14:00:46 +09:00
..
buffer Simplify ByteBufProcessor and MessageListProcessor and Add internal component accessors to CompositeByteBuf 2013-07-05 14:00:46 +09:00