FastStringReader

jzon.internal.FastStringReader
final class FastStringReader(cs: CharSequence) extends RetractReader

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def consumed(): Boolean
def eof(): Boolean
override def read(): Int

Attributes

Definition Classes
override def readChar(): Char

Attributes

Definition Classes
override def retract(): Unit

Behaviour is undefined if called more than once without a read() Behaviour is also undefined if called after reading a surrogate.

Behaviour is undefined if called more than once without a read() Behaviour is also undefined if called after reading a surrogate.

Attributes

Definition Classes

Inherited methods

final protected def isWhitespace(c: Char): Boolean

Attributes

Inherited from:
OneCharReader
def nextNonWhitespace(): Char

Attributes

Inherited from:
OneCharReader