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

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

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

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

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

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

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

    Definition Classes
    BinaryInput
  13. def getByte(): Byte

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

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

    Definition Classes
    StreamInputBinaryInput
  16. def getChar(): Char

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

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

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

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

    Definition Classes
    BinaryInput
  21. def getFloat(): Float

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

    Definition Classes
    BinaryInput
  23. def getInt(): Int

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

    Definition Classes
    BinaryInput
  25. def getIntWithLookahead(): Int

    Definition Classes
    BinaryInput
  26. def getLong(): Long

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

    Definition Classes
    BinaryInput
  28. def getShort(): Short

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

    Definition Classes
    BinaryInput
  30. def getString(): String

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

    Definition Classes
    BinaryInput
  32. def hashCode(): Int

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

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

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

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

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

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

    Definition Classes
    BinaryInput
  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( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BinaryInput

Inherited from AnyRef

Inherited from Any

Ungrouped