Packages

class Duplex extends Object with StObject

Annotations
@JSType() @JSImport("stream", "Duplex") @native()
Source
streamMod.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Duplex
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Duplex(opts: DuplexOptions)
  2. new Duplex()

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. def _destroy(error: Null, callback: Function1[|[Error, Null], Unit]): Unit
  5. def _destroy(error: Error, callback: Function1[|[Error, Null], Unit]): Unit
  6. def _final(callback: Function1[UndefOr[|[Error, Null]], Unit]): Unit
  7. def _write(chunk: Any, encoding: BufferEncoding, callback: Function1[UndefOr[|[Error, Null]], Unit]): Unit
  8. var _writev: UndefOr[Function2[Array[anon.Chunk], Function1[UndefOr[|[Error, Null]], Unit], Unit]]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. def cork(): Unit
  12. def end(chunk: Any, encoding: Unit, cb: Function0[Unit]): Unit
  13. def end(chunk: Any, encoding: BufferEncoding, cb: Function0[Unit]): Unit
  14. def end(chunk: Any, encoding: BufferEncoding): Unit
  15. def end(chunk: Any, cb: Function0[Unit]): Unit
  16. def end(chunk: Any): Unit
  17. def end(cb: Function0[Unit]): Unit
  18. def end(): Unit
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  30. def setDefaultEncoding(encoding: BufferEncoding): Duplex.this.type
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  33. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  34. def uncork(): Unit
  35. def valueOf(): Any
    Definition Classes
    Object
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. val writable: Boolean
  40. val writableCorked: Double
  41. val writableEnded: Boolean
  42. val writableFinished: Boolean
  43. val writableHighWaterMark: Double
  44. val writableLength: Double
  45. val writableObjectMode: Boolean
  46. def write(chunk: Any, encoding: Unit, cb: Function1[UndefOr[|[Error, Null]], Unit]): Boolean
  47. def write(chunk: Any, encoding: BufferEncoding, cb: Function1[UndefOr[|[Error, Null]], Unit]): Boolean
  48. def write(chunk: Any, encoding: BufferEncoding): Boolean
  49. def write(chunk: Any, cb: Function1[UndefOr[|[Error, Null]], Unit]): Boolean
  50. def write(chunk: Any): Boolean

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped