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
IOExceptionpublic short readShort()
throws IOException
IOExceptionpublic long readLong()
throws IOException
IOExceptionpublic char readChar()
throws IOException
IOExceptionpublic int readInt()
throws IOException
IOExceptionpublic double readDouble()
throws IOException
IOExceptionpublic float readFloat()
throws IOException
IOExceptionpublic byte readByte()
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2000–2016 DFKI GmbH. All rights reserved.