public interface EndianInput extends Closeable
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Read a byte.
|
int |
read(byte[] buf)
Read a byte.
|
double |
readDouble()
Read a big endian double.
|
int |
readInt()
Read a big endian int.
|
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.
|
long |
readLong()
Read a big endian long.
|
short |
readShort()
Read a big endian short.
|
int |
skipBytes(int i) |
int read()
throws IOException
IOException - If an I/O error occurs.int read(byte[] buf)
throws IOException
IOException - If an I/O error occurs.double readDouble()
throws IOException
IOException - If an I/O error occurs.int readInt()
throws IOException
IOException - If an I/O error occurs.double readLEDouble()
throws IOException
IOException - If an I/O error occurs.float readLEFloat()
throws IOException
IOExceptionint readLEInt()
throws IOException
IOException - If an I/O error occurs.long readLELong()
throws IOException
IOException - If an I/O error occurs.short readLEShort()
throws IOException
IOException - If an I/O error occurs.long readLong()
throws IOException
IOException - If an I/O error occurs.short readShort()
throws IOException
IOException - If an I/O error occurs.int skipBytes(int i)
throws IOException
IOExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.