Class ProgressMonitor

java.lang.Object
fr.ifremer.isisfish.util.ssh.ProgressMonitor

public class ProgressMonitor extends Object
Progress monitor (sftp).
Since:
3.3.0.0 Last update : $Date$ By : $Author$
Version:
$Revision$
Author:
chatellier
  • Field Details

    • initFileSize

      protected long initFileSize
      Size of file to download.
    • totalLength

      protected long totalLength
      Current dowloaded length.
  • Constructor Details

    • ProgressMonitor

      public ProgressMonitor()
  • Method Details

    • init

      public void init(long max)
    • count

      public void count(long len)
    • end

      public void end()