scala.pickling.binary

ByteBufferInput

class ByteBufferInput extends BinaryInput

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteBufferInput
  2. BinaryInput
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteBufferInput(buffer: ByteBuffer)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getArrayByChunk[T <: AnyVal](offset: Long, eltSize: Int)(implicit arg0: ClassTag[T]): Array[T]

    Attributes
    protected
    Definition Classes
    BinaryInput
  12. def getBoolean(): Boolean

    Definition Classes
    BinaryInput
  13. def getBooleanArray(): Array[Boolean]

    Definition Classes
    BinaryInput
  14. def getByte(): Byte

    Definition Classes
    ByteBufferInputBinaryInput
  15. def getByteArray(): Array[Byte]

    Definition Classes
    BinaryInput
  16. def getBytes(target: Array[Byte], len: Int): Unit

    Definition Classes
    ByteBufferInputBinaryInput
  17. def getChar(): Char

    Definition Classes
    ByteBufferInputBinaryInput
  18. def getCharArray(): Array[Char]

    Definition Classes
    BinaryInput
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getDouble(): Double

    Definition Classes
    ByteBufferInputBinaryInput
  21. def getDoubleArray(): Array[Double]

    Definition Classes
    BinaryInput
  22. def getFloat(): Float

    Definition Classes
    ByteBufferInputBinaryInput
  23. def getFloatArray(): Array[Float]

    Definition Classes
    BinaryInput
  24. def getInt(): Int

    Definition Classes
    ByteBufferInputBinaryInput
  25. def getIntArray(): Array[Int]

    Definition Classes
    BinaryInput
  26. def getIntWithLookahead(): Int

    Definition Classes
    BinaryInput
  27. def getLong(): Long

    Definition Classes
    ByteBufferInputBinaryInput
  28. def getLongArray(): Array[Long]

    Definition Classes
    BinaryInput
  29. def getShort(): Short

    Definition Classes
    ByteBufferInputBinaryInput
  30. def getShortArray(): Array[Short]

    Definition Classes
    BinaryInput
  31. def getString(): String

    Definition Classes
    BinaryInput
  32. def getStringWithLookahead(la: Byte): String

    Definition Classes
    BinaryInput
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. var lookahead: Option[Byte]

    Attributes
    protected
    Definition Classes
    BinaryInput
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. def setLookahead(b: Byte): Unit

    Definition Classes
    BinaryInput
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BinaryInput

Inherited from AnyRef

Inherited from Any

Ungrouped