Method Summary |
|
public static char | bigChar(InputStream input) Reads the next big-endian unsigned 16 bit integer from the
given stream. |
public static int | bigInt(InputStream input) Reads the next big-endian signed 32-bit integer from the
given stream. |
public static char | littleChar(InputStream input) Reads the next little-endian unsigned 16 bit integer from the
given stream. |
public static int | littleInt(InputStream input) Reads the next little-endian signed 32-bit integer from the
given stream. |
public static short | littleShort(InputStream input) Reads the next little-endian signed 16-bit integer from the
given stream. |