ByteArrayInputStream

constructor(buf: ByteArray, offset: Int, length: Int)(source)

Creates a ByteArrayInputStream from a ByteArray

Since

0.1.0

Parameters

buf

The ByteArray to read from

offset

The offset to start reading from

length

The length of the ByteArrayInputStream


constructor(buf: ByteArray)(source)

Parameters

buf

The ByteArray to read from