Class FlushingStreamWriter

java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
org.codehaus.groovy.runtime.FlushingStreamWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class FlushingStreamWriter extends OutputStreamWriter
Stream writer which flushes after each write operation.