netty5/codec/src
Norman Maurer 9f5eb7d698 Add CharSequence operations to ByteBuf
Motivation:

Often users either need to read or write CharSequences to a ByteBuf. We should add methods for this to ByteBuf as we can do some optimizations for this depending on the implementation.

Modifications:

Add setCharSequence, writeCharSequence, getCharSequence and readCharSequence

Result:

Easier reading / writing of CharSequence with ByteBuf.
2016-05-06 16:52:00 +02:00
..
main/java/io/netty/handler/codec Add CharSequence operations to ByteBuf 2016-05-06 16:52:00 +02:00
test Handle the backslash with double quote in JsonObjectDecoder 2016-05-04 14:04:39 +02:00