public class LittleEndianInputStream extends FilterInputStream
in
Constructor and Description |
---|
LittleEndianInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
byte |
readByte() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
short |
readShort() |
String |
readString()
Read a null terminated byte array and return result as a string
|
available, close, mark, markSupported, read, read, read, reset, skip
public LittleEndianInputStream(InputStream in)
public byte readByte() throws IOException
IOException
public short readShort() throws IOException
IOException
public int readInt() throws IOException
IOException
public long readLong() throws IOException
IOException
public final double readDouble() throws IOException
IOException
public final float readFloat() throws IOException
IOException
public String readString() throws IOException
IOException