public class DuplicatingWriter extends FilterWriter
out| コンストラクタと説明 |
|---|
DuplicatingWriter(Writer source,
Writer writer) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Writer |
getWriter() |
void |
write(char[] b) |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int b) |
void |
write(String str) |
void |
write(String str,
int off,
int len) |
close, flushpublic Writer getWriter()
public void write(int b)
throws IOException
write クラス内 FilterWriterIOExceptionpublic void write(char[] b)
throws IOException
write クラス内 WriterIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write クラス内 FilterWriterIOExceptionpublic void write(String str) throws IOException
write クラス内 WriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write クラス内 FilterWriterIOExceptionCopyright © 2017. All rights reserved.