public class FileContentReader
| Modifier and Type | Class and Description |
|---|---|
static class |
FileContentReader.Companion |
| Modifier and Type | Field and Description |
|---|---|
static FileContentReader.Companion |
Companion |
| Constructor and Description |
|---|
FileContentReader(java.io.Reader input) |
| Modifier and Type | Method and Description |
|---|---|
java.io.Reader |
chain(java.io.Reader reader) |
int |
read() |
public static FileContentReader.Companion Companion