Class LittleEndianDataOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.google.common.io.LittleEndianDataOutputStream
All Implemented Interfaces:
Closeable, DataOutput, Flushable, AutoCloseable

@Beta @Deprecated(since="2022-12-01") public class LittleEndianDataOutputStream extends FilterOutputStream implements DataOutput
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
An implementation of DataOutput that uses little-endian byte ordering for writing char, short, int, float, double, and long values.

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

Since:
8.0