ByteArrayOutput

class ByteArrayOutput : Output

Constructors

Link copied to clipboard
fun ByteArrayOutput()

Functions

Link copied to clipboard
fun toByteArray(): ByteArray
Link copied to clipboard
open override fun write(byteValue: Int)
open override fun write(    buffer: ByteArray,     offset: Int,     count: Int)