org.apache.jena.riot.web
Class TypedInputStreamHttp

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by org.apache.jena.atlas.web.TypedInputStream
              extended by org.apache.jena.riot.web.TypedInputStreamHttp
All Implemented Interfaces:
Closeable

public class TypedInputStreamHttp
extends TypedInputStream

Type streams for HTTP connections - includes Apache HTTP client specific cleanup


Method Summary
 void close()
           
 
Methods inherited from class org.apache.jena.atlas.web.TypedInputStream
getBaseURI, getCharset, getContentType, getMediaType, getMimeType
 
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class FilterInputStream
Throws:
IOException


Licenced under the Apache License, Version 2.0