public class DuplicatingReader extends FilterReader
in| コンストラクタと説明 |
|---|
DuplicatingReader(Reader source,
Writer writer) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Writer |
getWriter() |
int |
read() |
int |
read(char[] cbuf) |
int |
read(char[] cbuf,
int off,
int len) |
int |
read(CharBuffer target) |
close, mark, markSupported, ready, reset, skippublic Writer getWriter()
public int read()
throws IOException
read クラス内 FilterReaderIOExceptionpublic int read(char[] cbuf)
throws IOException
read クラス内 ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read クラス内 FilterReaderIOExceptionpublic int read(CharBuffer target) throws IOException
read インタフェース内 Readableread クラス内 ReaderIOExceptionCopyright © 2017. All rights reserved.