public class MultiWriter extends Writer implements StreamCancelable
| Constructor and Description |
|---|
MultiWriter(Writer... writers)
New MultiWriter for specified writers.
|
public MultiWriter(Writer... writers)
public void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionpublic void cancel()
cancel in interface StreamCancelablepublic Writer getWriter(int index)
index - Copyright © 2017. All Rights Reserved.