Packages

class Stream extends streamMod.Stream with StdioNull

Annotations
@JSType() @JSImport("node:stream", "Stream") @native()
Linear Supertypes
StdioNull, streamMod.Stream, internal, ^, ^, EventEmitter, StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Stream
  2. StdioNull
  3. Stream
  4. internal
  5. ^
  6. ^
  7. EventEmitter
  8. StObject
  9. Object
  10. Any
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Stream(opts: ReadableOptions)
  2. new Stream()

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 addListener(event: Symbol, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  5. def addListener(event: String, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def emit(event: Symbol, args: Any*): Boolean
    Definition Classes
    EventEmitter
  9. def emit(event: String, args: Any*): Boolean
    Definition Classes
    EventEmitter
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def eventNames(): Array[|[String, Symbol]]
    Definition Classes
    EventEmitter
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getMaxListeners(): Double
    Definition Classes
    EventEmitter
  15. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  19. def listenerCount(event: Symbol): Double
    Definition Classes
    EventEmitter
  20. def listenerCount(event: String): Double
    Definition Classes
    EventEmitter
  21. def listeners(event: Symbol): Array[Function]
    Definition Classes
    EventEmitter
  22. def listeners(event: String): Array[Function]
    Definition Classes
    EventEmitter
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def off(event: Symbol, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  27. def off(event: String, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  28. def on(event: Symbol, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  29. def on(event: String, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  30. def once(event: Symbol, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  31. def once(event: String, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  32. def pipe[T](destination: T, options: End): T
    Definition Classes
    internal
  33. def pipe[T](destination: T): T
    Definition Classes
    internal
  34. def prependListener(event: Symbol, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  35. def prependListener(event: String, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  36. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  37. def prependOnceListener(event: String, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  38. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  39. def rawListeners(event: Symbol): Array[Function]
    Definition Classes
    EventEmitter
  40. def rawListeners(event: String): Array[Function]
    Definition Classes
    EventEmitter
  41. def removeAllListeners(event: Symbol): Stream.this.type
    Definition Classes
    EventEmitter
  42. def removeAllListeners(event: String): Stream.this.type
    Definition Classes
    EventEmitter
  43. def removeAllListeners(): Stream.this.type
    Definition Classes
    EventEmitter
  44. def removeListener(event: Symbol, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  45. def removeListener(event: String, listener: Function1[Any, Unit]): Stream.this.type
    Definition Classes
    EventEmitter
  46. def setMaxListeners(n: Double): Stream.this.type
    Definition Classes
    EventEmitter
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toLocaleString(): String
    Definition Classes
    Object
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def valueOf(): Any
    Definition Classes
    Object
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from StdioNull

Inherited from streamMod.Stream

Inherited from internal

Inherited from ^

Inherited from ^

Inherited from EventEmitter

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped