|
||||||||||
| 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.apache.jena.atlas.web.TypedInputStream
public class TypedInputStream
| Constructor Summary | |
|---|---|
TypedInputStream(InputStream in)
|
|
TypedInputStream(InputStream in,
ContentType ct)
|
|
TypedInputStream(InputStream in,
ContentType ct,
String baseURI)
|
|
TypedInputStream(InputStream in,
String contentType)
|
|
TypedInputStream(InputStream in,
String mediaType,
String charset)
|
|
TypedInputStream(InputStream in,
String mediaType,
String charset,
String baseURI)
|
|
| Method Summary | |
|---|---|
String |
getBaseURI()
|
String |
getCharset()
|
String |
getContentType()
|
ContentType |
getMediaType()
|
String |
getMimeType()
Deprecated. Use getContentType() |
| 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,
String contentType)
public TypedInputStream(InputStream in,
String mediaType,
String charset)
public TypedInputStream(InputStream in,
String mediaType,
String charset,
String baseURI)
public TypedInputStream(InputStream in,
ContentType ct)
public TypedInputStream(InputStream in,
ContentType ct,
String baseURI)
| Method Detail |
|---|
@Deprecated public String getMimeType()
getContentType()
public String getContentType()
public String getCharset()
public ContentType getMediaType()
public String getBaseURI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||