Uses of Class
org.apache.jena.atlas.web.TypedInputStream

Packages that use TypedInputStream
org.apache.jena.riot   
org.apache.jena.riot.stream   
org.apache.jena.riot.web   
 

Uses of TypedInputStream in org.apache.jena.riot
 

Methods in org.apache.jena.riot that return TypedInputStream
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.
 

Methods in org.apache.jena.riot with parameters of type TypedInputStream
static void RDFDataMgr.parse(StreamRDF sink, TypedInputStream in)
          Read RDF data.
static void RDFDataMgr.parse(StreamRDF sink, TypedInputStream in, String base)
          Read RDF data.
static void RDFDataMgr.parse(StreamRDF sink, TypedInputStream in, String base, Context context)
          Read RDF data.
 

Uses of TypedInputStream in org.apache.jena.riot.stream
 

Methods in org.apache.jena.riot.stream that return TypedInputStream
 TypedInputStream StreamManager.open(String filenameOrURI)
          Open a file using the locators of this FileManager.
 TypedInputStream LocatorZip.open(String filenameOrURI)
           
 TypedInputStream LocatorURL.open(String uri)
           
 TypedInputStream LocatorFile.open(String filenameIRI)
          Open anything that looks a bit like a file name
 TypedInputStream LocatorClassLoader.open(String resourceName)
           
 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.
 TypedInputStream LocatorHTTP.performOpen(String uri)
           
 TypedInputStream LocatorFTP.performOpen(String uri)
           
 

Uses of TypedInputStream in org.apache.jena.riot.web
 

Subclasses of TypedInputStream in org.apache.jena.riot.web
 class TypedInputStreamHttp
          Type streams for HTTP connections - includes Apache HTTP client specific cleanup
 

Methods in org.apache.jena.riot.web that return TypedInputStream
static TypedInputStream HttpOp.execHttpGet(String url)
          Executes a HTTP GET and return a TypedInputStream.
static TypedInputStream HttpOp.execHttpGet(String url, String acceptHeader)
          Executes a HTTP GET and return a TypedInputStream.
static TypedInputStream HttpOp.execHttpGet(String url, String acceptHeader, org.apache.http.client.HttpClient httpClient, org.apache.http.protocol.HttpContext httpContext, HttpAuthenticator authenticator)
          Executes a HTTP GET and returns a TypedInputStream
static TypedInputStream HttpOp.execHttpPostFormStream(String url, Params params, String acceptHeader)
          Executes a HTTP POST and returns a TypedInputStream, The TypedInputStream must be closed.
static TypedInputStream HttpOp.execHttpPostFormStream(String url, Params params, String acceptHeader, org.apache.http.client.HttpClient httpClient, org.apache.http.protocol.HttpContext httpContext, HttpAuthenticator authenticator)
          Executes a HTTP POST Form and returns a TypedInputStream
 TypedInputStream HttpOp.CaptureInput.get()
           
 



Licenced under the Apache License, Version 2.0