org.codehaus.groovy.runtime
Class FlushingStreamWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
org.codehaus.groovy.runtime.FlushingStreamWriter
- public class FlushingStreamWriter
- extends OutputStreamWriter
Création: 18 avr. 2004
- Since:
- Release x.x.x
- Author:
- Guillaume Laforge
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlushingStreamWriter
public FlushingStreamWriter(OutputStream out)
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- Throws:
IOException
write
public void write(int c)
throws IOException
- Throws:
IOException
write
public void write(String str,
int off,
int len)
throws IOException
- Throws:
IOException
Copyright © 2003-2004 The Codehaus. All Rights Reserved.