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
IOException
public StartDiagramExtractReader(URL url, int num, String charset) throws IOException
IOException
public static boolean containsStartDiagram(File f, String charset) throws IOException
IOException
public static boolean containsStartDiagram(URL url, String charset) throws IOException
IOException
public String readLine() throws IOException
readLine
in interface ReadLine
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2015. All Rights Reserved.