Package fr.ifremer.isisfish.util.ssh
Class ProgressMonitor
java.lang.Object
fr.ifremer.isisfish.util.ssh.ProgressMonitor
Progress monitor (sftp).
- Since:
- 3.3.0.0 Last update : $Date$ By : $Author$
- Version:
- $Revision$
- Author:
- chatellier
-
Field Summary
Modifier and TypeFieldDescriptionprotected long
Size of file to download.protected long
Current dowloaded length. -
Constructor Summary
-
Method Summary
-
Field Details
-
initFileSize
protected long initFileSizeSize of file to download. -
totalLength
protected long totalLengthCurrent 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()
-