push

abstract fun push(    array: ByteArray,     from: Int,     until: Int)

Pushes a section of a ByteArray as a change, with boundaries between from and until.


open fun push(byte: Byte)

Pushes a single Byte as a change.


open fun push(array: ByteArray)

Pushes the whole ByteArray as a change.