SDLWriter

open class SDLWriter(sink: BufferedSink, indent: String) : Closeable

A SDLWriter writes utf8 text to the given sink and supports indent/unindent

Constructors

Link copied to clipboard
constructor(sink: BufferedSink, indent: String)

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
fun indent()
Link copied to clipboard
fun unindent()
Link copied to clipboard
open fun write(gqlNode: GQLNode)
fun write(string: String)