public interface ReadableASCII
Modifier and Type | Method and Description |
---|---|
String |
asciiHeader()
Header for ascii input.
|
void |
readASCII(Scanner in)
Read internal state from in.
|
void readASCII(Scanner in) throws IOException
in
- source to read from.IOException
- an error reading inputString asciiHeader()