Class LittleEndianDataInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.google.common.io.LittleEndianDataInputStream
All Implemented Interfaces:
Closeable, DataInput, AutoCloseable

An implementation of DataInput that uses little-endian byte ordering for reading short, int, float, double, and long values.

Note: This class intentionally violates the specification of its supertype DataInput, which explicitly requires big-endian byte order.

Since:
8.0
Author:
Chris Nokleberg, Keith Bottner