Class/Object

scala.scalanative.testinterface.serialization

SerializedInputStream

Related Docs: object SerializedInputStream | package serialization

Permalink

class SerializedInputStream extends DataInputStream

Linear Supertypes
DataInputStream, DataInput, FilterInputStream, InputStream, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializedInputStream
  2. DataInputStream
  3. DataInput
  4. FilterInputStream
  5. InputStream
  6. Closeable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SerializedInputStream(in: InputStream)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val T: Tags.type

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def available(): Int

    Permalink
    Definition Classes
    FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def close(): Unit

    Permalink
    Definition Classes
    FilterInputStream → InputStream → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  15. def mark(arg0: Int): Unit

    Permalink
    Definition Classes
    FilterInputStream → InputStream
  16. def markSupported(): Boolean

    Permalink
    Definition Classes
    FilterInputStream → InputStream
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int

    Permalink
    Definition Classes
    DataInputStream → FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  21. final def read(arg0: Array[Byte]): Int

    Permalink
    Definition Classes
    DataInputStream → FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  22. def read(): Int

    Permalink
    Definition Classes
    FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  23. final def readBoolean(): Boolean

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  24. final def readByte(): Byte

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  25. final def readChar(): Char

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  26. def readCommand(): Command

    Permalink
  27. final def readDouble(): Double

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  28. def readEvent(): Event

    Permalink
  29. def readFingerprint(): Fingerprint

    Permalink
  30. final def readFloat(): Float

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  31. def readFrameworkInfo(): FrameworkInfo

    Permalink
  32. final def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  33. final def readFully(arg0: Array[Byte]): Unit

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  34. final def readInt(): Int

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def readLevel(): Level

    Permalink
  36. def readLog(): Log

    Permalink
  37. final def readLong(): Long

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def readMessage(): Message

    Permalink
  39. def readOption[T](readT: (SerializedInputStream) ⇒ T): Option[T]

    Permalink
  40. def readSelector(): Selector

    Permalink
  41. def readSeq[T](readT: (SerializedInputStream) ⇒ T): Seq[T]

    Permalink
  42. final def readShort(): Short

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  43. def readStackTraceElement(): StackTraceElement

    Permalink
  44. def readStatus(): Status

    Permalink
  45. def readString(): String

    Permalink
  46. def readTaskDef(): TaskDef

    Permalink
  47. def readTaskInfo(): TaskInfo

    Permalink
  48. def readTaskInfos(): TaskInfos

    Permalink
  49. def readThrowable(): Throwable

    Permalink
  50. final def readUTF(): String

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  51. final def readUnsignedByte(): Int

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  52. final def readUnsignedShort(): Int

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  53. def reset(): Unit

    Permalink
    Definition Classes
    FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  54. def skip(arg0: Long): Long

    Permalink
    Definition Classes
    FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  55. final def skipBytes(arg0: Int): Int

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. final def readLine(): String

    Permalink
    Definition Classes
    DataInputStream → DataInput
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DataInputStream

Inherited from DataInput

Inherited from FilterInputStream

Inherited from InputStream

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped