Package org.codehaus.groovy.runtime
Class FlushingStreamWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
org.codehaus.groovy.runtime.FlushingStreamWriter
- All Implemented Interfaces:
- Closeable,- Flushable,- Appendable,- AutoCloseable
Stream writer which flushes after each write operation.
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.OutputStreamWriterappend, append, close, flush, getEncodingMethods inherited from class java.io.Writerappend, nullWriter, write, write
- 
Constructor Details- 
FlushingStreamWriter
 
- 
- 
Method Details- 
write- Overrides:
- writein class- OutputStreamWriter
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStreamWriter
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStreamWriter
- Throws:
- IOException
 
 
-