public class ProxyWriter
extends java.io.FilterWriter
| Constructor and Description |
|---|
ProxyWriter(java.io.Writer proxy)
Constructs a new ProxyWriter.
|
public ProxyWriter(java.io.Writer proxy)
proxy - the Writer to delegate topublic void write(int idx)
throws java.io.IOException
write in class java.io.FilterWriterjava.io.IOExceptionWriter.write(int)public void write(char[] chr)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionWriter.write(char[])public void write(char[] chr,
int st,
int end)
throws java.io.IOException
write in class java.io.FilterWriterjava.io.IOExceptionWriter.write(char[], int, int)public void write(java.lang.String str)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionWriter.write(String)public void write(java.lang.String str,
int st,
int end)
throws java.io.IOException
write in class java.io.FilterWriterjava.io.IOExceptionWriter.write(String, int, int)public void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.FilterWriterjava.io.IOExceptionWriter.flush()public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterWriterjava.io.IOExceptionWriter.close()