On this page
[Java] Class FlushingStreamWriter
- org.codehaus.groovy.runtime.FlushingStreamWriter
public class FlushingStreamWriter
extends OutputStreamWriter
Stream writer which flushes after each write operation.
Constructor Summary
Constructor and description |
---|
FlushingStreamWriter (OutputStream out) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
write(char[] cbuf, int off, int len) |
|
public void |
write(int c) |
|
public void |
write(String str, int off, int len) |
Inherited Methods Summary
Constructor Detail
public FlushingStreamWriter(OutputStream out)
Method Detail
public void write(char[] cbuf, int off, int len)
public void write(int c)
public void write(String str, int off, int len)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.9/html/gapi/org/codehaus/groovy/runtime/FlushingStreamWriter.html