c

boopickle

DecoderSpeed

class DecoderSpeed extends Decoder

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

Instance Constructors

  1. new DecoderSpeed(buf: ByteBuffer)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val buf: ByteBuffer
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def readByte: Byte

    Decodes a single byte

    Decodes a single byte

    Definition Classes
    DecoderSpeedDecoder
  17. def readByteArray(len: Int): Array[Byte]
    Definition Classes
    DecoderSpeedDecoder
  18. def readByteArray(): Array[Byte]

    Decodes an array of Bytes

    Decodes an array of Bytes

    Definition Classes
    DecoderSpeedDecoder
  19. def readByteBuffer: ByteBuffer

    Decodes a ByteBuffer

    Decodes a ByteBuffer

    Definition Classes
    DecoderSpeedDecoder
  20. def readChar: Char

    Decodes a character

    Decodes a character

    Definition Classes
    DecoderSpeedDecoder
  21. def readDouble: Double

    Decodes a 64-bit double (8 bytes)

    Decodes a 64-bit double (8 bytes)

    Definition Classes
    DecoderSpeedDecoder
  22. def readDoubleArray(len: Int): Array[Double]
    Definition Classes
    DecoderSpeedDecoder
  23. def readDoubleArray(): Array[Double]

    Decodes an array of Doubles

    Decodes an array of Doubles

    Definition Classes
    DecoderSpeedDecoder
  24. def readFloat: Float

    Decodes a 32-bit float (4 bytes)

    Decodes a 32-bit float (4 bytes)

    Definition Classes
    DecoderSpeedDecoder
  25. def readFloatArray(len: Int): Array[Float]
    Definition Classes
    DecoderSpeedDecoder
  26. def readFloatArray(): Array[Float]

    Decodes an array of Floats

    Decodes an array of Floats

    Definition Classes
    DecoderSpeedDecoder
  27. def readInt: Int

    Decodes a 32-bit integer

    Decodes a 32-bit integer

    Definition Classes
    DecoderSpeedDecoder
  28. def readIntArray(len: Int): Array[Int]
    Definition Classes
    DecoderSpeedDecoder
  29. def readIntArray(): Array[Int]

    Decodes an array of Integers

    Decodes an array of Integers

    Definition Classes
    DecoderSpeedDecoder
  30. def readIntCode: Either[Byte, Int]

    Decodes a 32-bit integer, or a special code

    Decodes a 32-bit integer, or a special code

    Definition Classes
    DecoderSpeedDecoder
  31. def readLong: Long

    Decodes a 64-bit integer

    Decodes a 64-bit integer

    Definition Classes
    DecoderSpeedDecoder
  32. def readLongCode: Either[Byte, Long]

    Decodes a 64-bit long, or a special code

    Decodes a 64-bit long, or a special code

    Definition Classes
    DecoderSpeedDecoder
  33. def readRawInt: Int
    Definition Classes
    DecoderSpeedDecoder
  34. def readRawLong: Long
    Definition Classes
    DecoderSpeedDecoder
  35. def readShort: Short

    Decodes a 16-bit integer

    Decodes a 16-bit integer

    Definition Classes
    DecoderSpeedDecoder
  36. def readString(len: Int): String

    Decodes a UTF-8 encoded string whose length is already known

    Decodes a UTF-8 encoded string whose length is already known

    len

    Length of the string (in bytes)

    Definition Classes
    DecoderSpeedDecoder
  37. def readString: String

    Decodes a UTF-8 encoded string

    Decodes a UTF-8 encoded string

    Definition Classes
    DecoderSpeedDecoder
  38. val stringCodec: StringCodecBase
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Decoder

Inherited from AnyRef

Inherited from Any

Ungrouped