netty5/buffer/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/buffer Add ByteBuf.isReadOnly() 2016-04-13 21:41:27 +09:00
test/java/io/netty/buffer ByteBuf.readBytes(...) should use the allocator of the buffer to create the new buffer. Related to [#5093] 2016-04-09 20:28:17 +02:00