Class InteractiveConsoleProgressBarConsumer

  • All Implemented Interfaces:
    java.lang.Appendable, java.lang.AutoCloseable, java.util.function.Consumer<java.lang.String>, ProgressBarConsumer

    public class InteractiveConsoleProgressBarConsumer
    extends ConsoleProgressBarConsumer
    Progress bar consumer for terminals supporting moving cursor up/down.
    Since:
    0.9.0
    • Field Detail

      • initialized

        private boolean initialized
      • position

        private int position
    • Constructor Detail

      • InteractiveConsoleProgressBarConsumer

        public InteractiveConsoleProgressBarConsumer​(java.io.PrintStream out)
      • InteractiveConsoleProgressBarConsumer

        public InteractiveConsoleProgressBarConsumer​(java.io.PrintStream out,
                                                     int predefinedWidth)