public class ProgressMonitoringFileInputStream extends FilterInputStream
in| Constructor and Description |
|---|
ProgressMonitoringFileInputStream(InputStream in,
TaskProgressSink taskProgressSink,
String subTask,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, reset, skippublic ProgressMonitoringFileInputStream(InputStream in, TaskProgressSink taskProgressSink, String subTask, String message)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2002-2015 Atlassian. All Rights Reserved.