scalax.io.ResourceAdapting

ChannelInputStreamAdapter

class ChannelInputStreamAdapter [+In <: ReadableByteChannel] extends InputStream with Adapter[In]

Adapts an ReadableByteChannel to a InputStream.

Not part of the API.

Attributes
protected[io]
Linear Supertypes
Adapter[In], InputStream, Closeable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ChannelInputStreamAdapter
  2. Adapter
  3. InputStream
  4. Closeable
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChannelInputStreamAdapter (opener: ⇒ In)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def available (): Int

    Definition Classes
    ChannelInputStreamAdapter → InputStream
  8. def clone (): AnyRef

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

    Definition Classes
    ChannelInputStreamAdapter → InputStream → Closeable
  10. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def equals (arg0: Any): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  16. def mark (p1: Int): Unit

    Definition Classes
    ChannelInputStreamAdapter → InputStream
  17. def markSupported (): Boolean

    Definition Classes
    ChannelInputStreamAdapter → InputStream
  18. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  19. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  20. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  21. def read (): Int

    Definition Classes
    ChannelInputStreamAdapter → InputStream
  22. def read (p1: Array[Byte], p2: Int, p3: Int): Int

    Definition Classes
    ChannelInputStreamAdapter → InputStream
  23. def read (p1: Array[Byte]): Int

    Definition Classes
    ChannelInputStreamAdapter → InputStream
  24. def reset (): Unit

    Definition Classes
    ChannelInputStreamAdapter → InputStream
  25. def skip (p1: Long): Long

    Definition Classes
    ChannelInputStreamAdapter → InputStream
  26. lazy val src : In

    Definition Classes
    ChannelInputStreamAdapterAdapter
  27. lazy val stream : InputStream

  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Adapter[In]

Inherited from InputStream

Inherited from Closeable

Inherited from AnyRef

Inherited from Any