FastStringWrite

zio.json.internal.FastStringWrite
final class FastStringWrite(initial: Int) extends Write

Attributes

Graph
Supertypes
trait Write
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def buffer: CharSequence
def reset(): Unit
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def write(s: String): Unit
def write(c: Char): Unit
override def write(cs: Array[Char], from: Int, to: Int): Unit

Attributes

Definition Classes
override def write(c1: Char, c2: Char): Unit

Attributes

Definition Classes
override def write(c1: Char, c2: Char, c3: Char): Unit

Attributes

Definition Classes
override def write(c1: Char, c2: Char, c3: Char, c4: Char): Unit

Attributes

Definition Classes
override def write(c1: Char, c2: Char, c3: Char, c4: Char, c5: Char): Unit

Attributes

Definition Classes
override def write(s: Short): Unit

Attributes

Definition Classes
override def write(s1: Short, s2: Short): Unit

Attributes

Definition Classes
override def write(s1: Short, s2: Short, s3: Short): Unit

Attributes

Definition Classes
override def write(s1: Short, s2: Short, s3: Short, s4: Short): Unit

Attributes

Definition Classes