Constructor and Description |
---|
ByteOrderDataInStream() |
ByteOrderDataInStream(InStream stream) |
Modifier and Type | Method and Description |
---|---|
byte |
readByte()
Reads a byte value
|
double |
readDouble() |
int |
readInt() |
long |
readLong() |
void |
setInStream(InStream stream)
Allows a single ByteOrderDataInStream to be reused
on multiple InStreams.
|
void |
setOrder(int byteOrder) |
public ByteOrderDataInStream()
public ByteOrderDataInStream(InStream stream)
public void setInStream(InStream stream)
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
Copyright © 2016. All rights reserved.