netty5/buffer/src/test/java/io
Nikolay Fedorovskikh 0774c91456 Support the little endian floats and doubles by ByteBuf
Motivation:
`ByteBuf` does not have the little endian variant of float/double access methods.

Modifications:
Add support for little endian floats and doubles into `ByteBuf`.

Result:
`ByteBuf` has get/read/set/writeFloatLE() and get/read/set/writeDoubleLE() methods. Fixes [#6576].
2017-08-15 06:24:28 +02:00
..
netty/buffer Support the little endian floats and doubles by ByteBuf 2017-08-15 06:24:28 +02:00