akka.contrib.process

SourceStream

class SourceStream extends InputStream

Reads from a sink in a blocking manner conforming to the JDK InputStream

Linear Supertypes
InputStream, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SourceStream
  2. InputStream
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SourceStream(sink: ActorRef, timeout: FiniteDuration)

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. implicit val akkaTimeout: Timeout

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def available(): Int

    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  9. def clone(): AnyRef

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

    Definition Classes
    SourceStream → InputStream → Closeable → AutoCloseable
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. var isClosed: AtomicBoolean

  17. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    InputStream
  19. def markSupported(): Boolean

    Definition Classes
    InputStream
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. final def read(bytes: Array[Byte]): Int

    Definition Classes
    SourceStream → InputStream
    Annotations
    @tailrec()
  24. final def read(): Int

    Definition Classes
    SourceStream → InputStream
    Annotations
    @tailrec()
  25. def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int

    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  26. def reset(): Unit

    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  27. val sink: ActorRef

  28. def skip(arg0: Long): Long

    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from InputStream

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped