class WriteStream extends Object with StObject

Annotations
@JSType() @JSImport("fs", "WriteStream") @native()
Source
WriteStream.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteStream
  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 WriteStream(opts: WritableOptions)
  2. new WriteStream()

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]): WriteStream.this.type
  5. def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): WriteStream.this.type
  6. def addListener_close(event: close, listener: Function0[Unit]): WriteStream.this.type

    events.EventEmitter

    events.EventEmitter

    1. open 2. close 3. ready
    Annotations
    @JSName("addListener")
  7. def addListener_drain(event: drain, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("addListener")
  8. def addListener_error(event: error, listener: Function1[Error, Unit]): WriteStream.this.type
    Annotations
    @JSName("addListener")
  9. def addListener_finish(event: finish, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("addListener")
  10. def addListener_open(event: open, listener: Function1[Double, Unit]): WriteStream.this.type
    Annotations
    @JSName("addListener")
  11. def addListener_pipe(event: pipe, listener: Function1[Readable, Unit]): WriteStream.this.type
    Annotations
    @JSName("addListener")
  12. def addListener_ready(event: ready, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("addListener")
  13. def addListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): WriteStream.this.type
    Annotations
    @JSName("addListener")
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. var bytesWritten: Double
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  17. def close(): Unit
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def on(event: Symbol, listener: Function1[Any, Unit]): WriteStream.this.type
  29. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): WriteStream.this.type
  30. def on_close(event: close, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("on")
  31. def on_drain(event: drain, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("on")
  32. def on_error(event: error, listener: Function1[Error, Unit]): WriteStream.this.type
    Annotations
    @JSName("on")
  33. def on_finish(event: finish, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("on")
  34. def on_open(event: open, listener: Function1[Double, Unit]): WriteStream.this.type
    Annotations
    @JSName("on")
  35. def on_pipe(event: pipe, listener: Function1[Readable, Unit]): WriteStream.this.type
    Annotations
    @JSName("on")
  36. def on_ready(event: ready, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("on")
  37. def on_unpipe(event: unpipe, listener: Function1[Readable, Unit]): WriteStream.this.type
    Annotations
    @JSName("on")
  38. def once(event: Symbol, listener: Function1[Any, Unit]): WriteStream.this.type
  39. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): WriteStream.this.type
  40. def once_close(event: close, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("once")
  41. def once_drain(event: drain, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("once")
  42. def once_error(event: error, listener: Function1[Error, Unit]): WriteStream.this.type
    Annotations
    @JSName("once")
  43. def once_finish(event: finish, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("once")
  44. def once_open(event: open, listener: Function1[Double, Unit]): WriteStream.this.type
    Annotations
    @JSName("once")
  45. def once_pipe(event: pipe, listener: Function1[Readable, Unit]): WriteStream.this.type
    Annotations
    @JSName("once")
  46. def once_ready(event: ready, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("once")
  47. def once_unpipe(event: unpipe, listener: Function1[Readable, Unit]): WriteStream.this.type
    Annotations
    @JSName("once")
  48. var path: |[scala.Predef.String, Buffer]
  49. var pending: Boolean
  50. def prependListener(event: Symbol, listener: Function1[Any, Unit]): WriteStream.this.type
  51. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): WriteStream.this.type
  52. def prependListener_close(event: close, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("prependListener")
  53. def prependListener_drain(event: drain, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("prependListener")
  54. def prependListener_error(event: error, listener: Function1[Error, Unit]): WriteStream.this.type
    Annotations
    @JSName("prependListener")
  55. def prependListener_finish(event: finish, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("prependListener")
  56. def prependListener_open(event: open, listener: Function1[Double, Unit]): WriteStream.this.type
    Annotations
    @JSName("prependListener")
  57. def prependListener_pipe(event: pipe, listener: Function1[Readable, Unit]): WriteStream.this.type
    Annotations
    @JSName("prependListener")
  58. def prependListener_ready(event: ready, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("prependListener")
  59. def prependListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): WriteStream.this.type
    Annotations
    @JSName("prependListener")
  60. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): WriteStream.this.type
  61. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): WriteStream.this.type
  62. def prependOnceListener_close(event: close, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("prependOnceListener")
  63. def prependOnceListener_drain(event: drain, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("prependOnceListener")
  64. def prependOnceListener_error(event: error, listener: Function1[Error, Unit]): WriteStream.this.type
    Annotations
    @JSName("prependOnceListener")
  65. def prependOnceListener_finish(event: finish, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("prependOnceListener")
  66. def prependOnceListener_open(event: open, listener: Function1[Double, Unit]): WriteStream.this.type
    Annotations
    @JSName("prependOnceListener")
  67. def prependOnceListener_pipe(event: pipe, listener: Function1[Readable, Unit]): WriteStream.this.type
    Annotations
    @JSName("prependOnceListener")
  68. def prependOnceListener_ready(event: ready, listener: Function0[Unit]): WriteStream.this.type
    Annotations
    @JSName("prependOnceListener")
  69. def prependOnceListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): WriteStream.this.type
    Annotations
    @JSName("prependOnceListener")
  70. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  71. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  72. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  73. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  74. def valueOf(): Any
    Definition Classes
    Object
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  77. 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 StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped