LittleEndian in DataInputStream
19 Aug
2015
19 Aug
'15
3:38 p.m.
Hello, Does anybody know, do we plan to add LittleEndian support to the DataInputStream or probably to some other InputStream? -- Best regards, Sergey.
31 Aug
31 Aug
7:42 p.m.
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?
3843
Age (days ago)
3855
Last active (days ago)
1 comments
2 participants
participants (2)
-
Roger Riggs
-
Sergey Bylokhov