Source.InputStreamSource
, Source.PathSource
, Source.ResourceSource
, Source.StdInSource
, Source.URLSource
public interface Source
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 |
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
|
Long |
lines() |
|
InputStream |
read() |
String getName()
InputStream read() throws IOException
IOException
Long lines()
Copyright © 2020. All rights reserved.