public interface Source
| Modifier and Type | Interface and Description |
|---|---|
static class |
Source.InputStreamSource |
static class |
Source.PathSource |
static class |
Source.ResourceSource |
static class |
Source.StdInSource |
static class |
Source.URLSource |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Long |
lines() |
InputStream |
read() |
String getName()
InputStream read() throws IOException
IOExceptionLong lines()
Copyright © 2020. All rights reserved.