netty5/buffer/src/main
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
..
java/io/netty/buffer Lazily construct contained DataOutputStream in ByteBufOutputStream (#10507) 2020-08-28 09:23:12 +02:00
resources/META-INF/native-image/io.netty/buffer Update GraalVM Native Image configuration. (#9515) 2019-08-30 09:21:33 +02:00