netty5/buffer
Nick Hill 26993b0d9c Lazily construct contained DataOutputStream in ByteBufOutputStream (#10507)
Motivation

This is used solely for the DataOutput#writeUTF8() method, which may
often not be used.

Modifications

Lazily construct the contained DataOutputStream in ByteBufOutputStream.

Result

Saves an allocation in some common cases
2020-08-28 09:23:12 +02:00
..
src Lazily construct contained DataOutputStream in ByteBufOutputStream (#10507) 2020-08-28 09:23:12 +02:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00