StringWriter

actual open class StringWriter : Writer
expect open class StringWriter : Writer
actual open class StringWriter : Writer
actual open class StringWriter : Writer

Constructors

Link copied to clipboard
constructor()
expect constructor()
constructor()
actual constructor()

Functions

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

Write buffers to the underlying file (where valid).

expect open fun flush()
actual open fun flush()
actual open fun flush()
Link copied to clipboard
actual open override fun toString(): String
expect open override fun toString(): String
actual open override fun toString(): String
actual open override fun toString(): String
write
Link copied to clipboard
open override fun write(text: String)
expect open fun write(text: String)
open override fun write(text: String)
actual open fun write(text: String)