netty-incubator-buffer-api/buffer/src/main/java
Chris Vest 09f9b5a158 Flesh out the Buf interface and simplify the generics
The `Buf` type no longer needs any other qualifying type annotations to specify.
It is itself a non-parameterised type now, which makes it a lot simpler for people to use.
It's wealth of accessor methods have also been expanded, and tests have been added.
There is, however, still a fair number of methods to add before it resembles a `ByteBuf` replacement.
2020-11-17 15:26:57 +01:00
..
io/netty/buffer/b2 Flesh out the Buf interface and simplify the generics 2020-11-17 15:26:57 +01:00