public abstract class ReaderLE extends Object
| Constructor and Description |
|---|
ReaderLE() |
| Modifier and Type | Method and Description |
|---|---|
static int |
readInt(InputStream input) |
static long |
readLong(InputStream input) |
static short |
readShort(InputStream input) |
public static short readShort(InputStream input) throws IOException
IOExceptionpublic static int readInt(InputStream input) throws IOException
IOExceptionpublic static long readLong(InputStream input) throws IOException
IOExceptionCopyright © 2019. All rights reserved.