Uses of Class
org.globus.ftp.ChecksumAlgorithm
Packages that use ChecksumAlgorithm
-
Uses of ChecksumAlgorithm in org.globus.ftp
Fields in org.globus.ftp declared as ChecksumAlgorithmModifier and TypeFieldDescriptionprotected ChecksumAlgorithm
ChecksumOptions.algo
static final ChecksumAlgorithm
ChecksumAlgorithm.MD5
Methods in org.globus.ftp with parameters of type ChecksumAlgorithmModifier and TypeMethodDescriptionGridFTPClient.checksum
(ChecksumAlgorithm algorithm, long offset, long length, String file) Computes and returns a checksum of a file.void
GridFTPClient.setChecksum
(ChecksumAlgorithm algorithm, String value) Sets the checksum values ahead of the transferConstructors in org.globus.ftp with parameters of type ChecksumAlgorithm