Writer

interface Writer : Closeable

Provides an interface for writing data into the stream

Functions

Link copied to clipboard
abstract override fun close()
Link copied to clipboard
abstract fun write(    bytes: ByteArray,     offsetInBytes: Int,     sizeInBytes: Int)