|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
org.openjena.atlas.web.TypedInputStream
public class TypedInputStream
| Constructor Summary | |
|---|---|
TypedInputStream(InputStream in)
|
|
TypedInputStream(InputStream in,
MediaType mediaType)
|
|
TypedInputStream(InputStream in,
String mediaType,
String charset)
|
|
| Method Summary | |
|---|---|
String |
getCharset()
|
String |
getMediaType()
|
| 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 |
| Constructor Detail |
|---|
public TypedInputStream(InputStream in)
public TypedInputStream(InputStream in,
MediaType mediaType)
public TypedInputStream(InputStream in,
String mediaType,
String charset)
| Method Detail |
|---|
public String getMediaType()
public String getCharset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||