netty5/codec/src
Trustin Lee 0b078314b2 Add ByteBuf.isReadOnly()
Motivation:

It is sometimes useful to determins if a buffer is read-only.

Modifications:

Add ByteBuf.isReadOnly()

Result:

One more feature
2016-04-13 21:41:27 +09:00
..
main/java/io/netty/handler/codec Add ByteBuf.isReadOnly() 2016-04-13 21:41:27 +09:00
test Add LineEncoder to append a line separator automatically 2016-03-16 20:31:01 +01:00