public class ProgressBarWrappedReader extends FilterReader
in| Constructor and Description |
|---|
ProgressBarWrappedReader(Reader in,
ProgressBar pb) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ProgressBar |
getProgressBar() |
void |
mark(int readAheadLimit) |
int |
read() |
int |
read(char[] b) |
int |
read(char[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
markSupported, readypublic ProgressBarWrappedReader(Reader in, ProgressBar pb)
public ProgressBar getProgressBar()
public int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] b)
throws IOException
read in class ReaderIOExceptionpublic int read(char[] b,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterReaderIOExceptionpublic void mark(int readAheadLimit)
throws IOException
mark in class FilterReaderIOExceptionpublic void reset()
throws IOException
reset in class FilterReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterReaderIOExceptionCopyright © 2022. All rights reserved.