netty5/buffer
Nick Hill c61fa9be70 Subsequence versions of ByteBufUtil#writeUtf8(...) methods (#9224)
Motivation

It would be useful to be able to write UTF-8 encoded subsequence of
CharSequence characters to a ByteBuf without needing to create a
temporary object via CharSequence#subSequence().

Modification

Add overloads of ByteBufUtil writeUtf8, reserveAndWriteUtf8 and
utf8Bytes methods which take explicit subsequence bounds.

Result

More efficient writing of substrings to byte buffers possible
2019-06-21 14:06:34 +02:00
..
src Subsequence versions of ByteBufUtil#writeUtf8(...) methods (#9224) 2019-06-21 14:06:34 +02:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00