org.openjena.atlas.web
Class TypedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.openjena.atlas.web.TypedInputStream
- All Implemented Interfaces:
- java.io.Closeable
public class TypedInputStream
- extends java.io.FilterInputStream
| Methods inherited from class java.io.FilterInputStream |
available, close, mark, markSupported, read, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypedInputStream
public TypedInputStream(java.io.InputStream in)
TypedInputStream
public TypedInputStream(java.io.InputStream in,
MediaType mediaType)
TypedInputStream
public TypedInputStream(java.io.InputStream in,
java.lang.String mediaType,
java.lang.String charset)
getMediaType
public java.lang.String getMediaType()
getCharset
public java.lang.String getCharset()
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.