|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
java.io.OutputStreamWriter
org.codehaus.groovy.runtime.FlushingStreamWriter
class FlushingStreamWriter extends OutputStreamWriter
Stream writer which flushes after each write operation.
Constructor Summary | |
FlushingStreamWriter(OutputStream out)
|
Method Summary | |
---|---|
void
|
write(char[] cbuf, int off, int len)
|
void
|
write(int c)
|
void
|
write(String str, int off, int len)
|
Methods inherited from class OutputStreamWriter | |
---|---|
write, write, write, close, flush, getEncoding, append, append, append, append, append, append, write, write, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class Writer | |
---|---|
append, append, append, append, append, append, write, write, write, write, write, close, flush, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, 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)
Copyright © 2003-2009 The Codehaus. All rights reserved.