BufferedOutputStream

class BufferedOutputStream : OutputStream

An OutputStream implementation that recycles and re-uses byte[]s using the provided ArrayPool.

Constructors

Link copied to clipboard
open fun BufferedOutputStream(out: OutputStream, arrayPool: ArrayPool)

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
open fun flush()
Link copied to clipboard
open fun nullOutputStream(): OutputStream
Link copied to clipboard
open fun write(b: Array<Byte>)
open fun write(b: Int)
open fun write(    b: Array<Byte>,     initialOffset: Int,     length: Int)