inputStream

Constructs a new FileInputStream of this file and returns it as a result.

Since Kotlin

1.0

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

Since Kotlin

1.0

inline fun ByteArray.inputStream(offset: Int, length: Int): ByteArrayInputStream(source)

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

Since Kotlin

1.0

Parameters

offset

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

length

the length of the portion of the array to read.