public class OdlParser
extends java.lang.Object
| Constructor and Description |
|---|
OdlParser() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
readOdl(java.io.BufferedReader r)
read the ODL off the top of the file, returning the ODL
in a string and leaving the InputStream pointed at the
line following the ODL.
|
public static java.lang.String readOdl(java.io.BufferedReader r)
throws java.io.IOException
r - reader for the file which starts with ODL. The reader will be left pointing at the first non-ODL line.java.io.IOException