Module me.tongfei.progressbar
Package me.tongfei.progressbar.wrapped
-
Class Summary 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.