public interface ParserSource<S>
Modifier and Type | Method and Description |
---|---|
static ParserSource<InputStream> |
fromInputStream(InputStream is) |
static ParserSource<IRI> |
fromIRI(IRI iri) |
static ParserSource<Path> |
fromPath(Path path) |
InputStream |
inputStream() |
Optional<IRI> |
iri() |
S |
src() |
S src()
InputStream inputStream() throws IOException
IOException
static ParserSource<IRI> fromIRI(IRI iri)
static ParserSource<Path> fromPath(Path path)
static ParserSource<InputStream> fromInputStream(InputStream is)
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.