| Package | Description |
|---|---|
| pal.io |
Classes for simple (formatted) input/output from/to files,
strings and standard-in/out streams.
|
| Modifier and Type | Method | Description |
|---|---|---|
static InputSource |
InputSource.openFile(java.lang.String name) |
open file for reading
|
static InputSource |
InputSource.openStdIn() |
open standard input
|
static InputSource |
InputSource.openString(java.lang.String input) |
"open" string for reading
|