scala.pickling.binary

ByteArrayInput

class ByteArrayInput extends BinaryInput

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteArrayInput
  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 ByteArrayInput(data: Array[Byte])

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. def clone(): AnyRef

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

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

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

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

    Attributes
    protected
    Definition Classes
    ByteArrayInputBinaryInput
  10. def getBoolean(): Boolean

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

    Definition Classes
    BinaryInput
  12. def getByte(): Byte

    Definition Classes
    ByteArrayInputBinaryInput
  13. def getByteArray(): Array[Byte]

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

    Definition Classes
    ByteArrayInputBinaryInput
  15. def getChar(): Char

    Definition Classes
    ByteArrayInputBinaryInput
  16. def getCharArray(): Array[Char]

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

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

    Definition Classes
    ByteArrayInputBinaryInput
  19. def getDoubleArray(): Array[Double]

    Definition Classes
    BinaryInput
  20. def getFloat(): Float

    Definition Classes
    ByteArrayInputBinaryInput
  21. def getFloatArray(): Array[Float]

    Definition Classes
    BinaryInput
  22. def getInt(): Int

    Definition Classes
    ByteArrayInputBinaryInput
  23. def getIntArray(): Array[Int]

    Definition Classes
    BinaryInput
  24. def getIntWithLookahead(): Int

    Definition Classes
    BinaryInput
  25. def getLong(): Long

    Definition Classes
    ByteArrayInputBinaryInput
  26. def getLongArray(): Array[Long]

    Definition Classes
    BinaryInput
  27. def getShort(): Short

    Definition Classes
    ByteArrayInputBinaryInput
  28. def getShortArray(): Array[Short]

    Definition Classes
    BinaryInput
  29. def getString(): String

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

    Definition Classes
    BinaryInput
  31. def hashCode(): Int

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BinaryInput

Inherited from AnyRef

Inherited from Any

Ungrouped