Class SwappedDataInputStream

  • All Implemented Interfaces:
    Closeable, DataInput, AutoCloseable

    public class SwappedDataInputStream
    extends ProxyInputStream
    implements DataInput
    DataInput for systems relying on little endian data formats. When read, values will be changed from little endian to big endian formats for internal usage.

    Origin of code: Avalon Excalibur (IO)