inputStream

Platform and version requirements: JVM (1.0)
fun ByteArray.inputStream(): ByteArrayInputStream

Creates an input stream for reading data from this byte array.

Platform and version requirements: JVM (1.0)
fun ByteArray.inputStream(
    offset: Int, 
    length: Int
): ByteArrayInputStream

Creates an input stream for reading data from the specified portion of this byte array.

Parameters

offset - the start offset of the portion of the array to read.

length - the length of the portion of the array to read.

© 2010–2021 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