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
IOException
public static int readInt(InputStream input) throws IOException
IOException
public static long readLong(InputStream input) throws IOException
IOException
Copyright © 2019. All rights reserved.