protected class AbstractRemoteResource.ProgressInputStream extends BufferedInputStream
in
Constructor and Description |
---|
ProgressInputStream(InputStream in) |
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 ProgressInputStream(InputStream in)
public int read() throws IOException
read
in class BufferedInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class BufferedInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2020. All rights reserved.