Extensions for java.io.InputStream

Platform and version requirements: JVM (1.8)

decodingWith

Returns an input stream that decodes symbols from this input stream using the specified base64 encoding.

fun InputStream.decodingWith(base64: Base64): InputStream

© 2010–2023 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io.encoding/java.io.-input-stream/index.html