Uses of Class
org.globus.ftp.ChecksumAlgorithm
-
Packages that use ChecksumAlgorithm Package Description org.globus.ftp -
-
Uses of ChecksumAlgorithm in org.globus.ftp
Fields in org.globus.ftp declared as ChecksumAlgorithm Modifier and Type Field Description protected ChecksumAlgorithmChecksumOptions. algostatic ChecksumAlgorithmChecksumAlgorithm. MD5Methods in org.globus.ftp with parameters of type ChecksumAlgorithm Modifier and Type Method Description java.lang.StringGridFTPClient. checksum(ChecksumAlgorithm algorithm, long offset, long length, java.lang.String file)Computes and returns a checksum of a file.voidGridFTPClient. setChecksum(ChecksumAlgorithm algorithm, java.lang.String value)Sets the checksum values ahead of the transferConstructors in org.globus.ftp with parameters of type ChecksumAlgorithm Constructor Description ChecksumOptions(ChecksumAlgorithm algo)
-