Class LittleEndianInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
htsjdk.tribble.util.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