Go to file
Chris Vest ca32784fe8 Remove Codegen code generator for the buffer API.
Motivation:
With the number of primitive accessor methods reduced due to only having the configured byte order, it no longer makes sense to maintain the code generator.

Modification:
Delete Codegen.

Result:
Less code to maintain.
2020-11-17 15:26:57 +01:00
buffer/src Remove Codegen code generator for the buffer API. 2020-11-17 15:26:57 +01:00
common/src/main/java/io/netty/util Introduce ByteIterator, and Buf.iterate 2020-11-17 15:26:57 +01:00
microbench/src/main/java/io/netty/buffer Introduce ByteIterator, and Buf.iterate 2020-11-17 15:26:57 +01:00
.gitignore Prepare incubator repo for new buffer API 2020-11-17 14:56:28 +01:00
pom.xml Pom updates 2020-11-17 15:26:57 +01:00
README.md Prepare incubator repo for new buffer API 2020-11-17 14:56:28 +01:00

Netty Incubator Buffer API

This repository is incubating a new buffer API proposed for Netty 5.