A buffered writer only for OutputStreamWriter that is aware of the encoding of the OutputStreamWriter.
| Constructor and description | 
|---|
| EncodingAwareBufferedWriter
                                (OutputStreamWriter out) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | String | getEncoding()The encoding as returned by the underlying OutputStreamWriter. | 
|  | String | getNormalizedEncoding()The encoding as returned by the underlying OutputStreamWriter. | 
| Methods inherited from class | Name | 
|---|---|
| class BufferedWriter | write, write, write, close, flush, newLine, append, append, append, append, append, append, write, write, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| class Writer | append, append, append, append, append, append, write, write, write, write, write, close, flush, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
The encoding as returned by the underlying OutputStreamWriter. Can be the historical name.
The encoding as returned by the underlying OutputStreamWriter. Will be the preferred name.
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.