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.IOException
public StartDiagramExtractReader(java.net.URL url, int num, java.lang.String charset) throws java.io.IOException
java.io.IOException
public static boolean containsStartDiagram(java.io.File f, java.lang.String charset) throws java.io.IOException
java.io.IOException
public static boolean containsStartDiagram(java.net.URL url, java.lang.String charset) throws java.io.IOException
java.io.IOException
public CharSequence2 readLine() throws java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException