public static interface URIConverter.Writeable
URIConverter.createOutputStream(URI) and URIConverter.createOutputStream(URI, Map).URIConverter.WriteableOutputStream| Modifier and Type | Method and Description |
|---|---|
java.io.Writer |
asWriter()
Returns a writer that provides access to the same underlying data as the input stream itself.
|
java.lang.String |
getEncoding()
Returns the encoding used to convert the writer's bytes to characters.
|
java.io.Writer asWriter()
java.lang.String getEncoding()
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature