public class CopyDataExtensionImpl extends AbstractSftpClientExtension implements CopyDataExtension
log
BY_NAME_COMPARATOR, NAME_EXTRACTOR
FALSE, TRUE
Constructor and Description |
---|
CopyDataExtensionImpl(SftpClient client,
RawSftpClient raw,
java.util.Collection<java.lang.String> extra) |
Modifier and Type | Method and Description |
---|---|
void |
copyData(SftpClient.Handle readHandle,
long readOffset,
long readLength,
SftpClient.Handle writeHandle,
long writeOffset) |
checkExtendedReplyBuffer, checkStatus, getClient, getCommandBuffer, getCommandBuffer, getCommandBuffer, getName, isSupported, putTarget, receive, send, sendAndCheckExtendedCommandStatus, sendExtendedCommand, throwStatusException
getSimplifiedLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient
findByName, getName, getNameList, getNames, removeByName
all, any, isSupported, of
public CopyDataExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extra)
public void copyData(SftpClient.Handle readHandle, long readOffset, long readLength, SftpClient.Handle writeHandle, long writeOffset) throws java.io.IOException
copyData
in interface CopyDataExtension
java.io.IOException