| Class | Description |
|---|---|
| ProgressBarWrappedInputStream |
Any input stream whose progress is tracked by a progress bar.
|
| ProgressBarWrappedIterable<T> |
Any iterable, when being iterated over, is tracked by a progress bar.
|
| ProgressBarWrappedIterator<T> |
Any iterator whose iteration is tracked by a progress bar.
|
| ProgressBarWrappedOutputStream | |
| ProgressBarWrappedReader |
A reader whose progress is tracked by a progress bar.
|
| ProgressBarWrappedSpliterator<T> |
Any spliterator whose parallel iteration is tracked by a multi-threaded progress bar.
|
| ProgressBarWrappedWriter |
A writer whose progress is tracked by a progress bar.
|
Copyright © 2022. All rights reserved.