@Deprecated
public class UnsyncTeeWriter
extends java.io.Writer
Constructor and Description |
---|
UnsyncTeeWriter(java.io.Writer writer1,
java.io.Writer writer2)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.io.Writer |
append(char c)
Deprecated.
|
java.io.Writer |
append(java.lang.CharSequence charSequence)
Deprecated.
|
java.io.Writer |
append(java.lang.CharSequence charSequence,
int start,
int end)
Deprecated.
|
void |
close()
Deprecated.
|
void |
flush()
Deprecated.
|
void |
write(char[] chars)
Deprecated.
|
void |
write(char[] chars,
int offset,
int length)
Deprecated.
|
void |
write(int c)
Deprecated.
|
void |
write(java.lang.String string)
Deprecated.
|
void |
write(java.lang.String string,
int offset,
int length)
Deprecated.
|
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.Appendable
append
in class java.io.Writer
java.io.IOException
public java.io.Writer append(java.lang.CharSequence charSequence) throws java.io.IOException
append
in interface java.lang.Appendable
append
in class java.io.Writer
java.io.IOException
public java.io.Writer append(java.lang.CharSequence charSequence, int start, int end) throws java.io.IOException
append
in interface java.lang.Appendable
append
in class java.io.Writer
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Writer
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.Writer
java.io.IOException
public void write(char[] chars) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(char[] chars, int offset, int length) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(int c) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(java.lang.String string) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(java.lang.String string, int offset, int length) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException