CipherSource

class CipherSource(source: BufferedSource, cipher: Cipher) : Source

Functions

close
Link copied to clipboard
open override fun close()
Closes this source and releases the resources held by this source.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
read
Link copied to clipboard
open override fun read(sink: Buffer, byteCount: Long): Long
Removes at least 1, and up to byteCount bytes from this and appends them to sink.
timeout
Link copied to clipboard
open override fun timeout(): Timeout
Returns the timeout for this source.
toString
Link copied to clipboard
open fun toString(): String

Properties

cipher
Link copied to clipboard
val cipher: Cipher