Re: LittleEndian in DataInputStream

2015-08-31 Thread Roger Riggs
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

LittleEndian in DataInputStream

2015-08-19 Thread Sergey Bylokhov
Hello, Does anybody know, do we plan to add LittleEndian support to the DataInputStream or probably to some other InputStream? -- Best regards, Sergey.