BufferedWriteStream

expect sealed class BufferedWriteStream(source)

Inheritors

actual sealed class BufferedWriteStream(source)

Constructors

Link copied to clipboard
protected expect constructor(stream: WriteStream)
protected actual constructor(stream: WriteStream)
protected actual constructor(stream: WriteStream)

Properties

Link copied to clipboard
protected var buf: ByteArray
Link copied to clipboard
protected var count: Int
Link copied to clipboard
protected var out: OutputStream

Functions

Link copied to clipboard
expect fun close()
actual override fun close()
actual fun close()
Link copied to clipboard
expect fun flush()
actual override fun flush()
actual fun flush()
Link copied to clipboard
expect fun write(buf: ByteArray)
expect fun write(buf: ByteArray, offset: Int, len: Int)
actual override fun write(buf: ByteArray)
override fun write(b: Int)
actual override fun write(buf: ByteArray, offset: Int, len: Int)
actual fun write(buf: ByteArray)
actual fun write(buf: ByteArray, offset: Int, len: Int)