Package | Description |
---|---|
org.apache.commons.net.ftp |
FTP and FTPS support classes
|
org.apache.commons.net.io |
Utility classes for IO support.
|
Modifier and Type | Method and Description |
---|---|
void |
FTPClient.CSL.bytesTransferred(CopyStreamEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
CopyStreamAdapter.bytesTransferred(CopyStreamEvent event)
This method is invoked by a CopyStreamEvent source after copying
a block of bytes from a stream.
|
void |
CopyStreamListener.bytesTransferred(CopyStreamEvent event)
This method is invoked by a CopyStreamEvent source after copying
a block of bytes from a stream.
|