ByteArrayView

class ByteArrayView(a: ByteArray, off: Int = 0, val size: Int = a.size - off)(source)

Constructors

Link copied to clipboard
constructor(a: ByteArray, off: Int = 0, size: Int = a.size - off)

Properties

Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
Link copied to clipboard
operator fun get(i: Int): Byte
Link copied to clipboard
Link copied to clipboard
operator fun set(i: Int, v: Byte)
Link copied to clipboard
fun subview(off: Int, sz: Int): ByteArrayView
Link copied to clipboard
Link copied to clipboard