Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional allowHalfOpen

allowHalfOpen: undefined | false | true

authTagLength

authTagLength: number

Optional autoDestroy

autoDestroy: undefined | false | true

Optional decodeStrings

decodeStrings: undefined | false | true

Optional defaultEncoding

defaultEncoding: undefined | string

Optional emitClose

emitClose: undefined | false | true

Optional encoding

encoding: undefined | string

Optional highWaterMark

highWaterMark: undefined | number

Optional objectMode

objectMode: undefined | false | true

Optional readableObjectMode

readableObjectMode: undefined | false | true

Optional writableObjectMode

writableObjectMode: undefined | false | true

Methods

Optional destroy

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

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

          • error: Error | null

          Returns void

    Returns void

Optional final

  • final(this: Transform, callback: function): void
  • Parameters

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

          • Optional error: Error | null

          Returns void

    Returns void

Optional flush

Optional read

Optional transform

Optional write

  • write(this: Transform, chunk: any, encoding: string, callback: function): void
  • Parameters

    • this: Transform
    • chunk: any
    • encoding: string
    • callback: function
        • (error?: Error | null): void
        • Parameters

          • Optional error: Error | null

          Returns void

    Returns void

Optional writev

  • writev(this: Transform, chunks: Array<object>, callback: function): void
  • Parameters

    • this: Transform
    • chunks: Array<object>
    • callback: function
        • (error?: Error | null): void
        • Parameters

          • Optional error: Error | null

          Returns void

    Returns void

Generated using TypeDoc