class TeeInputStream : FilterInputStream
InputStream that also writes its content to the provided OutputStream while reading
<init> |
InputStream that also writes its content to the provided OutputStream while reading TeeInputStream(inputStream: InputStream, destination: OutputStream) |
written |
var written: Int |
close |
fun close(): Unit |
read |
fun read(): Intfun read(b: ByteArray, off: Int, len: Int): Int |