public abstract class Reader extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Reader.InputException |
| Constructor and Description |
|---|
Reader() |
| Modifier and Type | Method and Description |
|---|---|
protected InputStreamReader |
getBufferedReader(String path) |
protected boolean |
isDouble(String b) |
abstract ReadResult |
read(String file) |
public abstract ReadResult read(String file) throws Reader.InputException
Reader.InputExceptionprotected InputStreamReader getBufferedReader(String path) throws IOException
IOExceptionprotected boolean isDouble(String b)
Copyright © 2016–2019. All rights reserved.