public interface CheckFileHandleExtension extends SftpClientExtension
NamedResource.UtilsBY_NAME_COMPARATOR, NAME_EXTRACTOR| Modifier and Type | Method and Description |
|---|---|
Pair<String,Collection<byte[]>> |
checkFileHandle(SftpClient.Handle handle,
Collection<String> algorithms,
long startOffset,
long length,
int blockSize) |
getClientgetNameisSupportedPair<String,Collection<byte[]>> checkFileHandle(SftpClient.Handle handle, Collection<String> algorithms, long startOffset, long length, int blockSize) throws IOException
handle - Remote file SftpClient.Handle - must be a file and opened for readalgorithms - Hash algorithms in preferred orderstartOffset - Start offset of the hashlength - Length of data to hash - if zero then till EOFblockSize - Input block size to calculate individual hashes - if
zero the one hash of all the dataPair where left=hash algorithm name, right=the calculated
hashes.IOException - If failed to execute the commandCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.