com.enterprisedt.net.ftp.test
Class TestTransfer.TestProgressMonitor

java.lang.Object
  extended by com.enterprisedt.net.ftp.test.TestTransfer.TestProgressMonitor
All Implemented Interfaces:
FTPProgressMonitor
Enclosing class:
TestTransfer

public class TestTransfer.TestProgressMonitor
extends java.lang.Object
implements FTPProgressMonitor

Test of progress monitor functionality


Constructor Summary
TestTransfer.TestProgressMonitor()
           
 
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
 

Constructor Detail

TestTransfer.TestProgressMonitor

public TestTransfer.TestProgressMonitor()
Method Detail

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 (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.