| Package | Description |
|---|---|
| org.apache.jena.riot | |
| org.apache.jena.riot.adapters | |
| org.apache.jena.riot.system.stream |
| Modifier and Type | Method and Description |
|---|---|
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.
|
RDFParserBuilder |
RDFParserBuilder.streamManager(StreamManager streamManager)
Set the StreamManager to use when opening a URI (including files by name, but not by
Path). |
| Modifier and Type | Method and Description |
|---|---|
StreamManager |
AdapterFileManager.getStreamManager()
Return the associate stream manager
|
| Constructor and Description |
|---|
AdapterFileManager(StreamManager streamManager) |
AdapterFileManager(StreamManager streamManager,
LocationMapper mapper)
Create a FileManger using a RIOT StreamManager and RIOT LocationMapper
|
| Modifier and Type | Method and Description |
|---|---|
StreamManager |
StreamManager.clone()
Create a deep copy of this StreamManager
|
static StreamManager |
StreamManager.get()
Return the global
StreamManager. |
static StreamManager |
StreamManager.get(Context context)
Return the
StreamManager in a context, or the global one if the context is
null or does not contain a valid entry for a StreamManager. |
static StreamManager |
StreamManager.makeDefaultStreamManager()
Return a default configuration StreamManager with a
LocatorFile,
LocatorHTTP, LocatorFTP and LocatorClassLoader |
| Modifier and Type | Method and Description |
|---|---|
static void |
StreamManager.setGlobal(StreamManager streamManager)
Set the global
StreamManager. |
Licenced under the Apache License, Version 2.0