[Java] Class FlushingStreamWriter

  • org.codehaus.groovy.runtime.FlushingStreamWriter
public class FlushingStreamWriter
extends OutputStreamWriter

Stream writer which flushes after each write operation.

Constructor Summary

Constructors
Constructor and description
FlushingStreamWriter (OutputStream out)

Methods Summary

Methods
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

Inherited Methods
Methods inherited from class Name
class OutputStreamWriter append, append, append, append, write, write, write, flush, close, getEncoding, append, append, write, write, nullWriter, 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/3.0.7/html/gapi/org/codehaus/groovy/runtime/FlushingStreamWriter.html