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 Summary
-
Method Summary
Methods inherited from class java.io.OutputStreamWriter
append, append, close, flush, getEncoding
Methods inherited from class java.io.Writer
append, nullWriter, write, write
-
Constructor Details
-
FlushingStreamWriter
-
-
Method Details
-
write
- Overrides:
write
in classOutputStreamWriter
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStreamWriter
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStreamWriter
- Throws:
IOException
-