Class LittleEndianInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class LittleEndianInputStream
    extends FilterInputStream
    Input stream with methods to convert byte arrays to numeric values using "little endian" order.

    Note: This class is not thread safe => instances should not be shared amongst threads