Packages

object Element

Elements are now formally immutable.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Element
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Basic extends Element
  2. final case class ByteSeq(bytes: scala.collection.immutable.Seq[Byte]) extends Basic with Product with Serializable
  3. final case class Seq(seq: scala.collection.immutable.Seq[Element]) extends Basic with Product with Serializable
  4. final case class UnsignedBigInt(value: BigInt) extends Element with Product with Serializable
  5. final case class UnsignedByte(value: Byte) extends Element with Product with Serializable
  6. final case class UnsignedInt(value: Int) extends Element with Product with Serializable
  7. final case class UnsignedLong(value: Long) extends Element with Product with Serializable
  8. final case class UnsignedShort(value: Short) extends Element with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Byte0: Byte
  5. val EmptyByteSeq: ByteSeq
  6. val EmptySeq: Seq
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def byteFromScalarBytes(truncatedByte: scala.Seq[Byte]): Byte
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def decode(bytes: scala.Seq[Byte]): (Basic, scala.Seq[Byte])

    returns

    a pair, decoded Element and unconsumed bytes

  11. def decodeComplete(bytes: scala.Seq[Byte]): Basic
  12. def encode(element: Element): scala.collection.immutable.Seq[Byte]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def fastElementWithStrings(obj: Any, charset: Charset): Option[Element]

    Strings can be empty, other empty sequences interpreted as structure

  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def intFromScalarBytes(truncatedIntBytes: scala.Seq[Byte]): Int
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def longFromScalarBytes(truncatedLongBytes: scala.Seq[Byte]): Long
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def sameBytes(a: Element, b: Element): Boolean
  25. def scalarBytes(bi: BigInt): Array[Byte]
  26. def scalarBytes(l: Long): Array[Byte]
  27. def scalarBytes(i: Int): Array[Byte]
  28. def scalarBytes(s: Short): Array[Byte]
  29. def scalarBytes(b: Byte): Array[Byte]
  30. def shortFromScalarBytes(truncatedShortBytes: scala.Seq[Byte]): Short
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. object ByteSeq extends Serializable
  37. object Seq extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped