Uses of Class
com.oracle.bmc.objectstorage.transfer.internal.ChecksumUtils.CRC32CCalculation
-
Packages that use ChecksumUtils.CRC32CCalculation Package Description com.oracle.bmc.objectstorage.transfer.internal -
-
Uses of ChecksumUtils.CRC32CCalculation in com.oracle.bmc.objectstorage.transfer.internal
Methods in com.oracle.bmc.objectstorage.transfer.internal that return ChecksumUtils.CRC32CCalculation Modifier and Type Method Description static ChecksumUtils.CRC32CCalculationChecksumUtils. calculateCrc32c(InputStream stream, Long contentLength)Calculate the CRC32C checksum of the provided input stream.
-