Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BuffersStream

Package version

This class generates a readable stream from the data in an array of buffers.

Hierarchy

  • any
    • BuffersStream

Index

Constructors

Methods

Constructors

constructor

Methods

_read

  • _read(size?: undefined | number): void
  • Internal _read() that will be called when the stream wants to pull more data in.

    Parameters

    • Optional size: undefined | number

      Optional. The size of data to be read

    Returns void

Generated using TypeDoc