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