public abstract class WithBufferedReader extends Object
BufferedReader.| Constructor and Description |
|---|
WithBufferedReader(File file) |
WithBufferedReader(InputStream inputStream) |
WithBufferedReader(Reader inputStreamReader) |
WithBufferedReader(String file) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
abstract void |
read(BufferedReader reader) |
public WithBufferedReader(InputStream inputStream)
public WithBufferedReader(String file) throws FileNotFoundException
FileNotFoundExceptionpublic WithBufferedReader(File file) throws FileNotFoundException
FileNotFoundExceptionpublic WithBufferedReader(Reader inputStreamReader)
public abstract void read(BufferedReader reader) throws IOException
IOExceptionpublic void execute()
throws IOException
IOExceptionCopyright © 2012–2020 Emory University. All rights reserved.