Skip navigation links
B C G H I M N P R S V W 

B

build() - Method in class me.tongfei.progressbar.ProgressBarBuilder
 

C

close() - Method in class me.tongfei.progressbar.ProgressBar
Stops this progress bar, effectively stops tracking the underlying process.
close() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedInputStream
 
close() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterator
 

G

getCurrent() - Method in class me.tongfei.progressbar.ProgressBar
Returns the current progress.
getExtraMessage() - Method in class me.tongfei.progressbar.ProgressBar
Returns the extra message at the end of the progress bar.
getMax() - Method in class me.tongfei.progressbar.ProgressBar
Returns the maximum value of this progress bar.
getProgressBar() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedInputStream
 
getProgressBar() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterator
 
getProgressBarBuilder() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterable
 
getTask() - Method in class me.tongfei.progressbar.ProgressBar
Returns the name of this task.

H

hasNext() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterator
 

I

iterator() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterable
 

M

mark(int) - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedInputStream
 
maxHint(long) - Method in class me.tongfei.progressbar.ProgressBar
Gives a hint to the maximum value of the progress bar.
me.tongfei.progressbar - package me.tongfei.progressbar
 
me.tongfei.progressbar.wrapped - package me.tongfei.progressbar.wrapped
 

N

next() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterator
 

P

ProgressBar - Class in me.tongfei.progressbar
A console-based progress bar with minimal runtime overhead.
ProgressBar(String, long) - Constructor for class me.tongfei.progressbar.ProgressBar
Creates a progress bar with the specific task name and initial maximum value.
ProgressBar(String, long, ProgressBarStyle) - Constructor for class me.tongfei.progressbar.ProgressBar
 
ProgressBar(String, long, int) - Constructor for class me.tongfei.progressbar.ProgressBar
 
ProgressBar(String, long, int, PrintStream, ProgressBarStyle, String, long) - Constructor for class me.tongfei.progressbar.ProgressBar
Creates a progress bar with the specific task name, initial maximum value, customized update interval (default 1000 ms), the PrintStream to be used, and output style.
ProgressBarBuilder - Class in me.tongfei.progressbar
Builder class for ProgressBars.
ProgressBarBuilder() - Constructor for class me.tongfei.progressbar.ProgressBarBuilder
 
ProgressBarStyle - Enum in me.tongfei.progressbar
Represents the display style of a progress bar.
ProgressBarWrappedInputStream - Class in me.tongfei.progressbar.wrapped
Any input stream whose progress is tracked by a progress bar.
ProgressBarWrappedInputStream(InputStream, ProgressBar) - Constructor for class me.tongfei.progressbar.wrapped.ProgressBarWrappedInputStream
 
ProgressBarWrappedIterable<T> - Class in me.tongfei.progressbar.wrapped
 
ProgressBarWrappedIterable(Iterable<T>, ProgressBarBuilder) - Constructor for class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterable
 
ProgressBarWrappedIterator<T> - Class in me.tongfei.progressbar.wrapped
 
ProgressBarWrappedIterator(Iterator<T>, ProgressBar) - Constructor for class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterator
 

R

read() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedInputStream
 
read(byte[]) - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedInputStream
 
read(byte[], int, int) - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedInputStream
 
remove() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterator
 
reset() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedInputStream
 

S

setExtraMessage(String) - Method in class me.tongfei.progressbar.ProgressBar
Sets the extra message at the end of the progress bar.
setInitialMax(long) - Method in class me.tongfei.progressbar.ProgressBarBuilder
 
setPrintStream(PrintStream) - Method in class me.tongfei.progressbar.ProgressBarBuilder
 
setStyle(ProgressBarStyle) - Method in class me.tongfei.progressbar.ProgressBarBuilder
 
setTaskName(String) - Method in class me.tongfei.progressbar.ProgressBarBuilder
 
setUnit(String, long) - Method in class me.tongfei.progressbar.ProgressBarBuilder
 
setUpdateIntervalMillis(int) - Method in class me.tongfei.progressbar.ProgressBarBuilder
 
skip(long) - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedInputStream
 
start() - Method in class me.tongfei.progressbar.ProgressBar
Deprecated.
Please use the Java try-with-resource pattern instead.
step() - Method in class me.tongfei.progressbar.ProgressBar
Advances this progress bar by one step.
stepBy(long) - Method in class me.tongfei.progressbar.ProgressBar
Advances this progress bar by a specific amount.
stepTo(long) - Method in class me.tongfei.progressbar.ProgressBar
Advances this progress bar to the specific progress value.
stop() - Method in class me.tongfei.progressbar.ProgressBar
Deprecated.
Please use the Java try-with-resource pattern instead.

V

valueOf(String) - Static method in enum me.tongfei.progressbar.ProgressBarStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum me.tongfei.progressbar.ProgressBarStyle
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(Iterator<T>, String) - Static method in class me.tongfei.progressbar.ProgressBar
Wraps an iterator so that when iterated, a progress bar is shown to track the traversal progress.
wrap(Iterator<T>, ProgressBarBuilder) - Static method in class me.tongfei.progressbar.ProgressBar
Wraps an iterator so that when iterated, a progress bar is shown to track the traversal progress.
wrap(Iterable<T>, String) - Static method in class me.tongfei.progressbar.ProgressBar
Wraps an Iterable so that when iterated, a progress bar is shown to track the traversal progress.
wrap(Iterable<T>, ProgressBarBuilder) - Static method in class me.tongfei.progressbar.ProgressBar
Wraps an Iterable so that when iterated, a progress bar is shown to track the traversal progress.
wrap(InputStream, String) - Static method in class me.tongfei.progressbar.ProgressBar
Wraps an InputStream so that when read, a progress bar is shown to track the reading progress.
wrap(InputStream, ProgressBarBuilder) - Static method in class me.tongfei.progressbar.ProgressBar
Wraps an InputStream so that when read, a progress bar is shown to track the reading progress.
B C G H I M N P R S V W 
Skip navigation links

Copyright © 2018. All rights reserved.