public class ConsoleProgressBar extends Object
Constructor and Description |
---|
ConsoleProgressBar(int barWidth,
PrintStream strm) |
Modifier and Type | Method and Description |
---|---|
ProgressListener |
createListener() |
void |
finish() |
void |
update(long current,
long max,
String str) |
public ConsoleProgressBar(int barWidth, PrintStream strm)
public void update(long current, long max, String str)
public void finish()
public ProgressListener createListener()
Copyright © 2017. All rights reserved.