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