Extensions for java.io.InputStream
decodingWith
Returns an input stream that decodes symbols from this input stream using the specified base64 encoding.
fun
InputStream
.
decodingWith
(
base64
:
Base64
)
:
InputStream