public class UnsyncTeeWriter
extends java.io.Writer
| Constructor and Description |
|---|
UnsyncTeeWriter(java.io.Writer writer1,
java.io.Writer writer2) |
| Modifier and Type | Method and Description |
|---|---|
java.io.Writer |
append(char c) |
java.io.Writer |
append(java.lang.CharSequence charSequence) |
java.io.Writer |
append(java.lang.CharSequence charSequence,
int start,
int end) |
void |
close() |
void |
flush() |
void |
write(char[] chars) |
void |
write(char[] chars,
int offset,
int length) |
void |
write(int c) |
void |
write(java.lang.String string) |
void |
write(java.lang.String string,
int offset,
int length) |
public UnsyncTeeWriter(java.io.Writer writer1,
java.io.Writer writer2)
public java.io.Writer append(char c)
throws java.io.IOException
append in interface java.lang.Appendableappend in class java.io.Writerjava.io.IOExceptionpublic java.io.Writer append(java.lang.CharSequence charSequence)
throws java.io.IOException
append in interface java.lang.Appendableappend in class java.io.Writerjava.io.IOExceptionpublic java.io.Writer append(java.lang.CharSequence charSequence,
int start,
int end)
throws java.io.IOException
append in interface java.lang.Appendableappend in class java.io.Writerjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writerjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.Writerjava.io.IOExceptionpublic void write(char[] chars)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(char[] chars,
int offset,
int length)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(int c)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(java.lang.String string)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(java.lang.String string,
int offset,
int length)
throws java.io.IOException
write in class java.io.Writerjava.io.IOException