class ReadStream extends Object with StObject

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

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

    events.EventEmitter

    events.EventEmitter

    1. open 2. close 3. ready
    Annotations
    @JSName("addListener")
  7. def addListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): ReadStream.this.type
    Annotations
    @JSName("addListener")
  8. def addListener_end(event: end, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("addListener")
  9. def addListener_error(event: error, listener: Function1[Error, Unit]): ReadStream.this.type
    Annotations
    @JSName("addListener")
  10. def addListener_open(event: open, listener: Function1[Double, Unit]): ReadStream.this.type
    Annotations
    @JSName("addListener")
  11. def addListener_pause(event: pause, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("addListener")
  12. def addListener_readable(event: readable, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("addListener")
  13. def addListener_ready(event: ready, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("addListener")
  14. def addListener_resume(event: resume, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("addListener")
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. var bytesRead: Double
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  18. def close(): 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 on(event: Symbol, listener: Function1[Any, Unit]): ReadStream.this.type
  30. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): ReadStream.this.type
  31. def on_close(event: close, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("on")
  32. def on_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): ReadStream.this.type
    Annotations
    @JSName("on")
  33. def on_end(event: end, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("on")
  34. def on_error(event: error, listener: Function1[Error, Unit]): ReadStream.this.type
    Annotations
    @JSName("on")
  35. def on_open(event: open, listener: Function1[Double, Unit]): ReadStream.this.type
    Annotations
    @JSName("on")
  36. def on_pause(event: pause, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("on")
  37. def on_readable(event: readable, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("on")
  38. def on_ready(event: ready, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("on")
  39. def on_resume(event: resume, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("on")
  40. def once(event: Symbol, listener: Function1[Any, Unit]): ReadStream.this.type
  41. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): ReadStream.this.type
  42. def once_close(event: close, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("once")
  43. def once_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): ReadStream.this.type
    Annotations
    @JSName("once")
  44. def once_end(event: end, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("once")
  45. def once_error(event: error, listener: Function1[Error, Unit]): ReadStream.this.type
    Annotations
    @JSName("once")
  46. def once_open(event: open, listener: Function1[Double, Unit]): ReadStream.this.type
    Annotations
    @JSName("once")
  47. def once_pause(event: pause, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("once")
  48. def once_readable(event: readable, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("once")
  49. def once_ready(event: ready, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("once")
  50. def once_resume(event: resume, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("once")
  51. var path: |[scala.Predef.String, Buffer]
  52. var pending: Boolean
  53. def prependListener(event: Symbol, listener: Function1[Any, Unit]): ReadStream.this.type
  54. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ReadStream.this.type
  55. def prependListener_close(event: close, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependListener")
  56. def prependListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): ReadStream.this.type
    Annotations
    @JSName("prependListener")
  57. def prependListener_end(event: end, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependListener")
  58. def prependListener_error(event: error, listener: Function1[Error, Unit]): ReadStream.this.type
    Annotations
    @JSName("prependListener")
  59. def prependListener_open(event: open, listener: Function1[Double, Unit]): ReadStream.this.type
    Annotations
    @JSName("prependListener")
  60. def prependListener_pause(event: pause, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependListener")
  61. def prependListener_readable(event: readable, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependListener")
  62. def prependListener_ready(event: ready, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependListener")
  63. def prependListener_resume(event: resume, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependListener")
  64. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): ReadStream.this.type
  65. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ReadStream.this.type
  66. def prependOnceListener_close(event: close, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependOnceListener")
  67. def prependOnceListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): ReadStream.this.type
    Annotations
    @JSName("prependOnceListener")
  68. def prependOnceListener_end(event: end, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependOnceListener")
  69. def prependOnceListener_error(event: error, listener: Function1[Error, Unit]): ReadStream.this.type
    Annotations
    @JSName("prependOnceListener")
  70. def prependOnceListener_open(event: open, listener: Function1[Double, Unit]): ReadStream.this.type
    Annotations
    @JSName("prependOnceListener")
  71. def prependOnceListener_pause(event: pause, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependOnceListener")
  72. def prependOnceListener_readable(event: readable, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependOnceListener")
  73. def prependOnceListener_ready(event: ready, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependOnceListener")
  74. def prependOnceListener_resume(event: resume, listener: Function0[Unit]): ReadStream.this.type
    Annotations
    @JSName("prependOnceListener")
  75. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  76. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  77. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  78. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  79. def valueOf(): Any
    Definition Classes
    Object
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  82. 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