com.hp.hpl.jena.util
Class TypedStream

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

public class TypedStream
extends java.lang.Object


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

Constructor Detail

TypedStream

public TypedStream(java.io.InputStream in)

TypedStream

public TypedStream(java.io.InputStream in,
                   java.lang.String header)

TypedStream

public TypedStream(java.io.InputStream in,
                   java.lang.String t,
                   java.lang.String c)
Method Detail

getInput

public java.io.InputStream getInput()

getMimeType

public java.lang.String getMimeType()

getCharset

public java.lang.String getCharset()


Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP