Package com.google.cloud.hadoop.gcsio
Class VerificationAttributes
- java.lang.Object
-
- com.google.cloud.hadoop.gcsio.VerificationAttributes
-
public class VerificationAttributes extends Object
GCS provided validation attributes for a single object.
-
-
Constructor Summary
Constructors Constructor Description VerificationAttributes(byte[] md5hash, byte[] crc32c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)byte[]getCrc32c()CRC32c checksum of an object, if available.byte[]getMd5hash()MD5 hash of an object, if available.inthashCode()
-