Class LEDataInputStream

  • All Implemented Interfaces:
    Closeable, DataInput, AutoCloseable

    public class LEDataInputStream
    extends FilterInputStream
    implements DataInput
    Little Endian Data Input Stream. This class implements an input stream filter to allow reading of java native datatypes from an input stream which has those native datatypes stored in a little endian byte order.

    This is the sister class of the DataInputStream which allows for reading of java native datatypes from an input stream with the datatypes stored in big endian byte order.

    This class implements the minimum required and calls DataInputStream for some of the required methods for DataInput.

    Not all methods are implemented due to lack of immediatte requirement for that functionality. It is not clear if it is ever going to be functionally required to be able to read UTF data in a LittleEndianManner

    Version:
    1.1 15/Dec/1997
    Author:
    Robin Luiten