OutputStreamWriter

Constructors

Link copied to clipboard
constructor(filePtr: FilePtr)
constructor(pathName: String, mode: FileMode = Mode.TRUNCATED)
constructor(fileHandle: Int, mode: FileMode = Mode.TRUNCATED)
constructor(outStream: NativeOutputStream)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun append(value: Char): OutputStreamWriter
open override fun append(value: CharSequence?, startIndex: Int, endIndex: Int): OutputStreamWriter
actual open override fun append(value: CharSequence?): Appendable
Link copied to clipboard
Link copied to clipboard
open override fun close()
Link copied to clipboard
actual open fun flush()

Write buffers to the underlying file (where valid).

Link copied to clipboard
open override fun write(text: String)
fun write(text: String, begin: Int, length: Int)