public class AfmParseUtilities extends Object
| Modifier and Type | Method and Description |
|---|---|
static double |
parseDouble(String key,
String wholeLine) |
static double[] |
parseDoubleArray(String line,
int size) |
static int |
parseInt(String key,
String wholeLine) |
public static int parseInt(String key, String wholeLine) throws IOException
IOExceptionpublic static double parseDouble(String key, String wholeLine) throws IOException
IOExceptionpublic static double[] parseDoubleArray(String line, int size) throws IOException
IOException