Class LittleEndianDataInputStream

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

@Beta @Deprecated(since="2022-12-01") public final class LittleEndianDataInputStream extends FilterInputStream implements DataInput
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
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