[Java] Class FlushingStreamWriter
- org.codehaus.groovy.runtime.FlushingStreamWriter
Stream writer which flushes after each write operation.
- Authors:
- Guillaume Laforge
Constructor Summary
Constructor and description |
---|
FlushingStreamWriter
(OutputStream out) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
write(char[] cbuf, int off, int len) | |
void |
write(int c) | |
void |
write(String str, int off, int len) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class OutputStreamWriter | write, write, write, close, flush, getEncoding, append, append, append, append, append, append, write, write, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
class Writer | append, append, append, append, append, append, write, write, write, write, write, close, flush, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
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/2.4.21/html/gapi/org/codehaus/groovy/runtime/FlushingStreamWriter.html