public static class RolapUtil.TeeWriter extends FilterWriter
out| Modifier and Type | Method and Description |
|---|---|
Writer |
getWriter()
Returns the underlying writer.
|
String |
toString()
Returns everything which has been written so far.
|
void |
write(char[] cbuf) |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
write(String str) |
void |
write(String str,
int off,
int len) |
close, flushpublic TeeWriter(Writer out)
public String toString()
public Writer getWriter()
public void write(int c)
throws IOException
write in class FilterWriterIOExceptionpublic void write(char[] cbuf)
throws IOException
write in class WriterIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class FilterWriterIOExceptionpublic void write(String str) throws IOException
write in class WriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class FilterWriterIOExceptionCopyright © 2021 Hitachi Vantara. All rights reserved.