LittleEndian in DataInputStream
Roger Riggs
Roger.Riggs at Oracle.com
Mon Aug 31 19:42:32 UTC 2015
Hi Sergey,
In case this did not get answered...
DataInputStream has a specified encoding of the primitive types.
There are no plans modify its specificaiton.
If you need buffers with byte ordering control, see java.nio.ByteBuffer
<http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html>.
Roger
On 8/19/15 11:38 AM, Sergey Bylokhov wrote:
> Hello,
> Does anybody know, do we plan to add LittleEndian support to the
> DataInputStream or probably to some other InputStream?
>
More information about the core-libs-dev
mailing list