public class ProgressWrappingStream extends InputStream
| Constructor and Description |
|---|
ProgressWrappingStream(InputStream delegate,
String name,
int size,
ProgressPlugin.Task task,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] buffer) |
int |
read(byte[] buffer,
int offset,
int length) |
int |
update(int count) |
available, mark, markSupported, reset, skippublic ProgressWrappingStream(InputStream delegate, String name, int size, ProgressPlugin.Task task, long timeout)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic int update(int count)
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2019 aQute SARL. All rights reserved.