ChecksumCalculator

Types

Link copied to clipboard
sealed class Algorithms
Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun calculate(uri: Uri, algorithm: ChecksumCalculator.Algorithms = Algorithms.SHA1()): String
abstract fun calculate(file: File, algorithm: ChecksumCalculator.Algorithms = Algorithms.SHA1()): String
abstract fun calculate(uri: Uri, offset: Long, length: Long, algorithm: ChecksumCalculator.Algorithms = Algorithms.SHA1()): String
abstract fun calculate(file: File, offset: Long, length: Long, algorithm: ChecksumCalculator.Algorithms = Algorithms.SHA1()): String