ByteArrayBasedParserInput

class ByteArrayBasedParserInput(bytes: Array[Byte]) extends DefaultParserInput

ParserInput reading directly off a byte array which is assumed to contain the UTF-8 encoded representation of the JSON input, without requiring a separate decoding step.

class Object
trait Matchable
class Any

Value members

Concrete methods

def currentArgument: Nothing
def length: Int
def nextChar(): Char
def nextUtf8Char(): Char
def sliceCharArray(start: Int, end: Int): Array[Char]
def sliceString(start: Int, end: Int): String

Inherited methods

protected def _cursor: Int
Inherited from:
DefaultParserInput
protected def _cursor_=(pos: Int): Unit
Inherited from:
DefaultParserInput
def cursor: Int
Inherited from:
DefaultParserInput
def getLine(index: Int): Line
Inherited from:
DefaultParserInput