ByteArrayInput

class ByteArrayInput(array: ByteArray) : Input

Constructors

Link copied to clipboard
fun ByteArrayInput(array: ByteArray)

Functions

Link copied to clipboard
open override fun read(): Int
open override fun read(    b: ByteArray,     offset: Int,     length: Int): Int

Properties

Link copied to clipboard
open override val availableBytes: Int