Packages

trait DuplexOptions extends Object with StObject with ReadableOptions

Annotations
@JSType() @native()
Linear Supertypes
ReadableOptions, StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DuplexOptions
  2. ReadableOptions
  3. StObject
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val allowHalfOpen: UndefOr[Boolean]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val autoDestroy: UndefOr[Boolean]
    Definition Classes
    ReadableOptions
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val decodeStrings: UndefOr[Boolean]
  9. val defaultEncoding: UndefOr[BufferEncoding]
  10. val destroy: UndefOr[ThisFunction2[Readable, |[Error, Null], Function1[|[Error, Null], Unit], Unit]]
    Definition Classes
    ReadableOptions
  11. val destroy_DuplexOptions: UndefOr[ThisFunction2[Duplex, |[Error, Null], Function1[|[Error, Null], Unit], Unit]]
    Annotations
    @JSName("destroy")
  12. val emitClose: UndefOr[Boolean]
  13. val encoding: UndefOr[BufferEncoding]
    Definition Classes
    ReadableOptions
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val final: UndefOr[ThisFunction1[|[Duplex, Writable], Function1[UndefOr[|[Error, Null]], Unit], Unit]]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val highWaterMark: UndefOr[Double]
    Definition Classes
    ReadableOptions
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  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. val objectMode: UndefOr[Boolean]
    Definition Classes
    ReadableOptions
  27. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  28. val read: UndefOr[ThisFunction1[Readable, Double, Unit]]
    Definition Classes
    ReadableOptions
  29. val read_DuplexOptions: UndefOr[ThisFunction1[Duplex, Double, Unit]]
    Annotations
    @JSName("read")
  30. val readableHighWaterMark: UndefOr[Double]
  31. val readableObjectMode: UndefOr[Boolean]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toLocaleString(): String
    Definition Classes
    Object
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  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 writableCorked: UndefOr[Double]
  40. val writableHighWaterMark: UndefOr[Double]
  41. val writableObjectMode: UndefOr[Boolean]
  42. val write: UndefOr[ThisFunction3[|[Duplex, Writable], Any, BufferEncoding, Function1[UndefOr[|[Error, Null]], Unit], Unit]]
  43. val writev: UndefOr[ThisFunction2[|[Duplex, Writable], Array[Chunk], Function1[UndefOr[|[Error, Null]], Unit], Unit]]

Deprecated Value Members

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

Inherited from ReadableOptions

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped