public class ProgressBarWrappedInputStream extends FilterInputStream
in| Constructor and Description |
|---|
ProgressBarWrappedInputStream(InputStream in,
ProgressBar pb) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ProgressBar |
getProgressBar() |
void |
mark(int readLimit) |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
available, markSupportedpublic ProgressBarWrappedInputStream(InputStream in, ProgressBar pb)
public ProgressBar getProgressBar()
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionpublic void mark(int readLimit)
mark in class FilterInputStreampublic void reset()
throws IOException
reset in class FilterInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2022. All rights reserved.