Buffer

value class Buffer(source)

If printing to console, use unwrap beforehand, otherwise will not print the contents of buffer_Buffer.

e.g.

println(buffer.unwrap())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val length: Number

Functions

Link copied to clipboard
fun fill()
Link copied to clipboard
fun readInt8(index: Number): Byte
Link copied to clipboard
fun toUtf8(start: Number = 0, end: Number = this.length): String
Link copied to clipboard
fun unwrap(): dynamic