public class DuplicatingInputStream extends FilterInputStream
in| コンストラクタと説明 |
|---|
DuplicatingInputStream(InputStream source,
OutputStream outputStream) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
OutputStream |
getOutputStream() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, reset, skippublic DuplicatingInputStream(InputStream source, OutputStream outputStream)
public OutputStream getOutputStream()
public void close()
throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 FilterInputStreamIOExceptionpublic int read()
throws IOException
read クラス内 FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read クラス内 FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read クラス内 FilterInputStreamIOExceptionCopyright © 2016. All rights reserved.