com.hp.hpl.jena.util
Class TypedStream

java.lang.Object
  extended by com.hp.hpl.jena.util.TypedStream

public class TypedStream
extends Object


Constructor Summary
TypedStream(InputStream in)
           
TypedStream(InputStream in, String header)
           
TypedStream(InputStream in, String t, String c)
           
 
Method Summary
 String getCharset()
           
 InputStream getInput()
           
 String getMimeType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedStream

public TypedStream(InputStream in)

TypedStream

public TypedStream(InputStream in,
                   String header)

TypedStream

public TypedStream(InputStream in,
                   String t,
                   String c)
Method Detail

getInput

public InputStream getInput()

getMimeType

public String getMimeType()

getCharset

public String getCharset()


Licenced under the Apache License, Version 2.0