JsonReader

com.github.plokhotnyuk.jsoniter_scala.core.JsonReader$
See theJsonReader companion class
object JsonReader

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

final def toHashCode(cs: Array[Char], len: Int): Int

Calculates hash code value string represented by sequence of characters from beginning of the provided char array up to limit position.

Calculates hash code value string represented by sequence of characters from beginning of the provided char array up to limit position.

Attributes

cs

a char array

len

an exclusive limit

Returns:

a hash code value

Throws:
ArrayIndexOutOfBoundsException

if the length of cs is less than the provided len

NullPointerException

if the cs is null

Concrete fields

final val bigDecimalDigitsLimit: Int
final val bigDecimalMathContext: MathContext
final val bigDecimalScaleLimit: Int
final val bigIntDigitsLimit: Int