public class EndianInputStream extends DataInputStream implements EndianInput
in| Constructor and Description |
|---|
EndianInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
double |
readLEDouble()
Read a little endian double.
|
float |
readLEFloat() |
int |
readLEInt()
Read a little endian int.
|
long |
readLELong()
Read a little endian long.
|
short |
readLEShort()
Read a little endian short.
|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, read, readDouble, readInt, readLong, readShort, skipBytespublic EndianInputStream(InputStream in)
public double readLEDouble()
throws IOException
EndianInputreadLEDouble in interface EndianInputIOException - If an I/O error occurs.public float readLEFloat()
throws IOException
readLEFloat in interface EndianInputIOExceptionpublic int readLEInt()
throws IOException
EndianInputreadLEInt in interface EndianInputIOException - If an I/O error occurs.public long readLELong()
throws IOException
EndianInputreadLELong in interface EndianInputIOException - If an I/O error occurs.public short readLEShort()
throws IOException
EndianInputreadLEShort in interface EndianInputIOException - If an I/O error occurs.Copyright © 2015 Revolution Systems Inc.. All rights reserved.