Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReadFromBuffersOptions

Hierarchy

  • ReadableOptions
    • ReadFromBuffersOptions

Index

Properties

Optional autoDestroy

autoDestroy: boolean | undefined

buffers

buffers: Buffer[]

Optional encoding

encoding: BufferEncoding | undefined

Optional errorAfter

errorAfter: number

Optional highWaterMark

highWaterMark: number | undefined

Optional objectMode

objectMode: boolean | undefined

Methods

Optional destroy

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

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

          Returns void

    Returns void

Optional read

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

    • this: Readable
    • size: number

    Returns void