Package-level declarations

Types

Link copied to clipboard
class DigestInputStream(inputStream: InputStream, messageDigest: MessageDigest) : FilterInputStream

A FilterInputStream that updated the given messageDigest while reading from the stream.

ProgressListener
Link copied to clipboard
fun interface ProgressListener

This is meant only to send download progress for any URL (e.g. index updates, APKs, etc). This also keeps this class pure Java so that classes that use ProgressListener can be tested on the JVM, without requiring an Android device or emulator.

fun interface ProgressListener

This is meant only to send download progress for any URL (e.g. index updates, APKs, etc). This also keeps this class pure Java so that classes that use ProgressListener can be tested on the JVM, without requiring an Android device or emulator.