netty5/codec/src
Norman Maurer d081851156 Remove ByteBuf.readBytes(int) calls when possible
Motivation:

We use ByteBuf.readBytes(int) in various places where we could either remove it completely or use readSlice(int).retain().

Modifications:

- Remove ByteBuf.readBytes(int) when possible or replace by readSlice(int).retain().

Result:

Faster code.
2016-04-09 18:40:57 +02:00
..
main/java/io/netty/handler/codec Remove ByteBuf.readBytes(int) calls when possible 2016-04-09 18:40:57 +02:00
test Add LineEncoder to append a line separator automatically 2016-03-16 20:31:01 +01:00