Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional autoDestroy

autoDestroy: boolean

Optional encoding

encoding: BufferEncoding

Optional highWaterMark

highWaterMark: number

Optional objectMode

objectMode: boolean

Methods

Optional destroy

  • destroy(this: Readable, error: Error | null, callback: function): void
  • Parameters

    • this: Readable
    • error: Error | null
    • callback: function
        • (error: Error | null): void
        • Parameters

          Returns void

    Returns void

Optional read

  • read(this: Readable, size: number): void
  • Parameters

    Returns void

Generated using TypeDoc