Buffer

class Buffer(val nodeSet: NodeSet)

Constructors

Link copied to clipboard
constructor(nodeSet: NodeSet)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun finish(type: Int, length: Int): Tree
Link copied to clipboard
fun write(type: Int, from: Int, to: Int, children: Int = 0): Buffer
Link copied to clipboard
fun writeElements(elts: List<Element>, offset: Int = 0): Buffer