|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjena.atlas.web.TypedStream
public class TypedStream
Constructor Summary | |
---|---|
TypedStream(InputStream in)
|
|
TypedStream(InputStream in,
ContentType ct)
|
|
TypedStream(InputStream in,
String mediaType,
String charset)
|
Method Summary | |
---|---|
String |
getCharset()
|
String |
getContentType()
|
InputStream |
getInput()
|
ContentType |
getMediaType()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypedStream(InputStream in)
public TypedStream(InputStream in, String mediaType, String charset)
public TypedStream(InputStream in, ContentType ct)
Method Detail |
---|
public InputStream getInput()
public String getContentType()
public String getCharset()
public ContentType getMediaType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |