| Constructor and Description |
|---|
StartDiagramExtractReader(java.io.File f,
int num,
java.lang.String charset) |
StartDiagramExtractReader(java.net.URL url,
int num,
java.lang.String charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static boolean |
containsStartDiagram(java.io.File f,
java.lang.String charset) |
static boolean |
containsStartDiagram(java.net.URL url,
java.lang.String charset) |
CharSequence2 |
readLine() |
public StartDiagramExtractReader(java.io.File f,
int num,
java.lang.String charset)
throws java.io.IOException
java.io.IOExceptionpublic StartDiagramExtractReader(java.net.URL url,
int num,
java.lang.String charset)
throws java.io.IOException
java.io.IOExceptionpublic static boolean containsStartDiagram(java.io.File f,
java.lang.String charset)
throws java.io.IOException
java.io.IOExceptionpublic static boolean containsStartDiagram(java.net.URL url,
java.lang.String charset)
throws java.io.IOException
java.io.IOExceptionpublic CharSequence2 readLine() throws java.io.IOException
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException