public class StartDiagramExtractReader extends Object implements ReadLine
| Constructor and Description |
|---|
StartDiagramExtractReader(File f,
int num,
String charset) |
StartDiagramExtractReader(URL url,
int num,
String charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static boolean |
containsStartDiagram(File f,
String charset) |
static boolean |
containsStartDiagram(URL url,
String charset) |
String |
readLine() |
public StartDiagramExtractReader(File f, int num, String charset) throws IOException
IOExceptionpublic StartDiagramExtractReader(URL url, int num, String charset) throws IOException
IOExceptionpublic static boolean containsStartDiagram(File f, String charset) throws IOException
IOExceptionpublic static boolean containsStartDiagram(URL url, String charset) throws IOException
IOExceptionpublic String readLine() throws IOException
readLine in interface ReadLineIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2015. All Rights Reserved.