scala.pickling.binary

StreamInput

class StreamInput extends BinaryInput

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StreamInput
  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 StreamInput(stream: InputStream)

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. val ds: DataInputStream

  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    BinaryInput
  15. def getByte(): Byte

    Definition Classes
    StreamInputBinaryInput
  16. def getByteArray(): Array[Byte]

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

    Definition Classes
    StreamInputBinaryInput
  18. def getChar(): Char

    Definition Classes
    StreamInputBinaryInput
  19. def getCharArray(): Array[Char]

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

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

    Definition Classes
    StreamInputBinaryInput
  22. def getDoubleArray(): Array[Double]

    Definition Classes
    BinaryInput
  23. def getFloat(): Float

    Definition Classes
    StreamInputBinaryInput
  24. def getFloatArray(): Array[Float]

    Definition Classes
    BinaryInput
  25. def getInt(): Int

    Definition Classes
    StreamInputBinaryInput
  26. def getIntArray(): Array[Int]

    Definition Classes
    BinaryInput
  27. def getIntWithLookahead(): Int

    Definition Classes
    BinaryInput
  28. def getLong(): Long

    Definition Classes
    StreamInputBinaryInput
  29. def getLongArray(): Array[Long]

    Definition Classes
    BinaryInput
  30. def getShort(): Short

    Definition Classes
    StreamInputBinaryInput
  31. def getShortArray(): Array[Short]

    Definition Classes
    BinaryInput
  32. def getString(): String

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

    Definition Classes
    BinaryInput
  34. def hashCode(): Int

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BinaryInput

Inherited from AnyRef

Inherited from Any

Ungrouped