OutputStreamOutput

class OutputStreamOutput(stream: OutputStream) : Output

Constructors

Link copied to clipboard
fun OutputStreamOutput(stream: OutputStream)

Functions

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