Package | Description |
---|---|
org.apache.jena.riot | |
org.apache.jena.riot.stream | |
org.apache.jena.riot.web |
Modifier and Type | Method and Description |
---|---|
static TypedInputStream |
RDFDataMgr.open(String filenameOrURI)
Open a stream to the destination (URI or filename)
Performs content negotiation, including looking at file extension.
|
static TypedInputStream |
RDFDataMgr.open(String filenameOrURI,
Context context)
Open a stream to the destination (URI or filename)
Performs content negotiation, including looking at file extension.
|
static TypedInputStream |
RDFDataMgr.open(String filenameOrURI,
StreamManager streamManager)
Open a stream to the destination (URI or filename)
Performs content negotiation, including looking at file extension.
|
Modifier and Type | Method and Description |
---|---|
static void |
RDFDataMgr.parse(StreamRDF sink,
TypedInputStream in,
String base)
Read RDF data.
|
Modifier and Type | Method and Description |
---|---|
TypedInputStream |
LocatorZip.open(String filenameOrURI) |
TypedInputStream |
StreamManager.open(String filenameOrURI)
Open a file using the locators of this FileManager.
|
TypedInputStream |
LocatorClassLoader.open(String resourceName) |
TypedInputStream |
LocatorFile.open(String filenameIRI)
Open anything that looks a bit like a file name
|
TypedInputStream |
LocatorURL.open(String uri) |
TypedInputStream |
Locator.open(String uri) |
TypedInputStream |
StreamManager.openNoMap(String filenameOrURI)
Open a file using the locators of this FileManager
but without location mapping.
|
TypedInputStream |
StreamManager.openNoMapOrNull(String filenameOrURI)
Open a file using the locators of this FileManager
without location mapping.
|
Modifier and Type | Class and Description |
---|---|
class |
TypedInputStreamHttp
Type streams for HTTP connections - includes Apache HTTP client specific cleanup
|
Licenced under the Apache License, Version 2.0