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, skippublic LittleEndianInputStream(InputStream in)
public byte readByte()
throws IOException
IOExceptionpublic short readShort()
throws IOException
IOExceptionpublic int readInt()
throws IOException
IOExceptionpublic long readLong()
throws IOException
IOExceptionpublic final double readDouble()
throws IOException
IOExceptionpublic final float readFloat()
throws IOException
IOExceptionpublic String readString() throws IOException
IOException