|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
java.io.BufferedWriter
groovy.io.EncodingAwareBufferedWriter
class EncodingAwareBufferedWriter extends BufferedWriter
A buffered writer only for OutputStreamWriter that is aware of the encoding of the OutputStreamWriter.
Constructor Summary | |
EncodingAwareBufferedWriter(OutputStreamWriter out)
|
Method Summary | |
---|---|
String
|
getEncoding()
The encoding as returned by the underlying OutputStreamWriter. |
String
|
getNormalizedEncoding()
The encoding as returned by the underlying OutputStreamWriter. |
Methods inherited from class BufferedWriter | |
---|---|
write, write, write, close, flush, newLine, append, append, append, append, append, append, write, write, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class Writer | |
---|---|
append, append, append, append, append, append, write, write, write, write, write, close, flush, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public EncodingAwareBufferedWriter(OutputStreamWriter out)
Method Detail |
---|
public String getEncoding()
public String getNormalizedEncoding()
Copyright © 2003-2009 The Codehaus. All rights reserved.