| Constructor and Description |
|---|
ByteOrderDataInStream()
|
ByteOrderDataInStream(InStream
|
| Modifier and Type | Method and Description |
|---|---|
byte |
readByte()
Reads a byte value
|
double |
readDouble()
|
int |
readInt()
|
long |
readLong()
|
void |
setInStream(InStream
Allows a single ByteOrderDataInStream to be reused on multiple InStreams.
|
void |
setOrder(int byteOrder)
|
public ByteOrderDataInStream()
public ByteOrderDataInStream(InStreamstream)
public void setInStream(InStreamstream)
stream -
public void setOrder(int byteOrder)
public byte readByte()
throws IOException
IOException
public int readInt()
throws IOException
IOException
public long readLong()
throws IOException
IOException
public double readDouble()
throws IOException
IOException