public class LittleEndianBinaryReader extends Object
Constructor and Description |
---|
LittleEndianBinaryReader(DataInputStream d) |
LittleEndianBinaryReader(FileInputStream f) |
LittleEndianBinaryReader(String filename) |
public LittleEndianBinaryReader(DataInputStream d)
public LittleEndianBinaryReader(FileInputStream f)
public LittleEndianBinaryReader(String filename) throws IOException
IOException
public short readShort() throws IOException
IOException
public long readLong() throws IOException
IOException
public char readChar() throws IOException
IOException
public int readInt() throws IOException
IOException
public double readDouble() throws IOException
IOException
public float readFloat() throws IOException
IOException
public byte readByte() throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2000–2016 DFKI GmbH. All rights reserved.