@Deprecated public class ProgressReportingInputStream extends FilterInputStream
ProgressReportingInputStream
in
Constructor and Description |
---|
ProgressReportingInputStream(InputStream in,
ProgressListener listener)
Deprecated.
指定されたInputStreamをラップして、新たに進捗状況を通知する入力ストリームを
構築します。
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(byte[] b,
int off,
int len)
Deprecated.
|
available, mark, markSupported, read, reset, skip
public ProgressReportingInputStream(InputStream in, ProgressListener listener)
in
- ラップする入力ストリームlistener
- 進捗状況を通知するリスナpublic int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © 2018. All rights reserved.