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, skip
public ProgressMonitoringFileInputStream(InputStream in, TaskProgressSink taskProgressSink, String subTask, String message)
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 int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2002-2016 Atlassian. All Rights Reserved.