Class Hashes.HashesBuilder
java.lang.Object
com.amilesend.onedrive.resource.item.type.Hashes.HashesBuilder
- Enclosing class:
Hashes
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The CRC32 in little endian for the file contents.quickXorHash(String quickXorHash) A base64-encoded hash that can be used to determine if the file contents have changed.The SHA1 hash for the file contents.toString()
-
Method Details
-
sha1Hash
The SHA1 hash for the file contents.- Returns:
this.
-
crc32Hash
The CRC32 in little endian for the file contents.- Returns:
this.
-
quickXorHash
A base64-encoded hash that can be used to determine if the file contents have changed.- Returns:
this.
-
build
-
toString
-