91be83444d
Motivation: Copy methods are useful for bulk moving data into more convenient locations for what comes next in a given context. Modification: Add bulk copyInto methods for copying regions of buffer contents into arrays, byte buffers, and other Buf instances. Some of these implementations are not optimised at this point, however, since we're primarily concerned with getting the API right at this point, and implementation maturity comes later. Result: We can now bulk copy data from a Buf into other convenient forms. |
||
---|---|---|
buffer/src | ||
microbench/src/main/java/io/netty/buffer | ||
.gitignore | ||
pom.xml | ||
README.md |
Netty Incubator Buffer API
This repository is incubating a new buffer API proposed for Netty 5.