Uses of Class
nom.tam.util.FormatException
-
Packages that use FormatException Package Description nom.tam.util -
-
Uses of FormatException in nom.tam.util
Methods in nom.tam.util that throw FormatException Modifier and Type Method Description boolean
ByteParser. getBoolean()
boolean
ByteParser. getBoolean(int length)
double
ByteParser. getDouble()
Read in the buffer until a double is read.double
ByteParser. getDouble(int length)
float
ByteParser. getFloat()
float
ByteParser. getFloat(int length)
int
ByteParser. getInt()
int
ByteParser. getInt(int length)
long
ByteParser. getLong(int length)
-