-
- All Known Implementing Classes:
Source.InputStreamSource
,Source.PathSource
,Source.ResourceSource
,Source.StdInSource
,Source.URLSource
public interface Source
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Source.InputStreamSource
static class
Source.PathSource
static class
Source.ResourceSource
static class
Source.StdInSource
static class
Source.URLSource
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Long
lines()
InputStream
read()
-
-
-
Method Detail
-
getName
String getName()
-
read
InputStream read() throws IOException
- Throws:
IOException
-
lines
Long lines()
-
-