public interface Destination
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEncoding()
Returns the IANA name of the encoding actually used.
|
java.io.OutputStream |
getOutputStream(java.lang.String contentType,
java.lang.String encoding) |
java.io.Writer |
getWriter(java.lang.String contentType,
java.lang.String encoding) |
boolean |
keepOpen()
Returns true if the OutputStream or Writer should be kept open by the
caller and not closed when the caller is done with it.
|
Destination |
resolve(java.lang.String uri) |
java.io.OutputStream getOutputStream(java.lang.String contentType,
java.lang.String encoding)
throws java.io.IOException
java.io.IOExceptionjava.io.Writer getWriter(java.lang.String contentType,
java.lang.String encoding)
throws java.io.IOException,
java.io.UnsupportedEncodingException
java.io.IOExceptionjava.io.UnsupportedEncodingExceptionboolean keepOpen()
java.lang.String getEncoding()
Destination resolve(java.lang.String uri)