|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.isisfish.util.ssh.ProgressMonitor
public class ProgressMonitor
Progress monitor (sftp).
| Field Summary | |
|---|---|
protected long |
initFileSize
Size of file to download. |
protected long |
totalLength
Current dowloaded length. |
| Constructor Summary | |
|---|---|
ProgressMonitor()
|
|
| Method Summary | |
|---|---|
void |
count(long len)
|
void |
end()
|
void |
init(long max)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long initFileSize
protected long totalLength
| Constructor Detail |
|---|
public ProgressMonitor()
| Method Detail |
|---|
public void init(long max)
public void count(long len)
public void end()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||