Package org.apache.jena.util
Class TypedStream
- java.lang.Object
-
- org.apache.jena.util.TypedStream
-
public class TypedStream extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCharset()
java.io.InputStream
getInput()
java.lang.String
getMimeType()
-