java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.jena.atlas.web.TypedOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Constructor Summary
ConstructorDescriptionTypedOutputStream
(OutputStream out, String mediaType, String charset) TypedOutputStream
(OutputStream out, MediaType mediaType) -
Method Summary
Methods inherited from class java.io.FilterOutputStream
flush, write, write, write
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
TypedOutputStream
-
TypedOutputStream
-
TypedOutputStream
-
-
Method Details
-
getMediaType
-
getCharset
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterOutputStream
-