Class ChecksumUtils.CRC32CCalculation
- java.lang.Object
-
- com.oracle.bmc.objectstorage.transfer.internal.ChecksumUtils.CRC32CCalculation
-
- Enclosing class:
- ChecksumUtils
public static class ChecksumUtils.CRC32CCalculation extends Object
-
-
Constructor Summary
Constructors Constructor Description CRC32CCalculation(InputStream streamToUse, String crc32c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCrc32c()
InputStream
getStreamToUse()
-
-
-
Constructor Detail
-
CRC32CCalculation
public CRC32CCalculation(InputStream streamToUse, String crc32c)
-
-
Method Detail
-
getStreamToUse
public InputStream getStreamToUse()
-
getCrc32c
public String getCrc32c()
-
-