com.enterprisedt.net.ftp.test
Class TestTransfer.TestProgressMonitor
java.lang.Object
com.enterprisedt.net.ftp.test.TestTransfer.TestProgressMonitor
- All Implemented Interfaces:
- FTPProgressMonitor
- Enclosing class:
- TestTransfer
public class TestTransfer.TestProgressMonitor
- extends Object
- implements FTPProgressMonitor
Test of progress monitor functionality
|
Method Summary |
void |
bytesTransferred(long count)
Report the number of bytes transferred so far. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestTransfer.TestProgressMonitor
public TestTransfer.TestProgressMonitor()
bytesTransferred
public void bytesTransferred(long count)
- Description copied from interface:
FTPProgressMonitor
- Report the number of bytes transferred so far. This may
not be entirely accurate for transferring text files in ASCII
mode, as new line representations can be represented differently
on different platforms.
- Specified by:
bytesTransferred in interface FTPProgressMonitor
- Parameters:
count - count of bytes transferred
Copyright © 2000-2007 Enterprise Distributed Technologies. All Rights Reserved.