public class ReaderInputStream extends InputStream
| コンストラクタと説明 |
|---|
ReaderInputStream(Reader r) |
ReaderInputStream(Reader r,
int size) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
available()
正確な長さがわからない
|
void |
close() |
int |
read() |
mark, markSupported, read, read, reset, skippublic ReaderInputStream(Reader r)
public ReaderInputStream(Reader r, int size)
public int read()
throws IOException
read クラス内 InputStreamIOExceptionpublic void close()
throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 InputStreamIOExceptionpublic int available()
throws IOException
available クラス内 InputStreamIOExceptionCopyright © 2024. All rights reserved.