edtFTPj/Free - Open-source FTP library for Java | Download


com.enterprisedt.net.ftp
Interface FTPProgressMonitor

All Known Subinterfaces:
FTPProgressMonitorEx

public interface FTPProgressMonitor

Allows the reporting of progress of the transfer of data

Version:
$Revision: 1.2 $
Author:
Bruce Blackshaw

Method Summary
 void bytesTransferred(long count)
          Report the number of bytes transferred so far.
 

Method Detail

bytesTransferred

void bytesTransferred(long count)
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.

Parameters:
count - count of bytes transferred


Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.