fun ByteArray.inputStream(): ByteArrayInputStream
Creates an input stream for reading data from this byte array.
fun ByteArray.inputStream( offset: Int, length: Int ): ByteArrayInputStream
Creates an input stream for reading data from the specified portion of this byte array.
 offset - the start offset of the portion of the array to read.
 length - the length of the portion of the array to read.
    © 2010–2020 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/input-stream.html