Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WritableStream

Hierarchy

  • WritableStream

Index

Methods

Methods

write

  • write(chunk: string): boolean
  • Write a string to the stream.

    Parameters

    • chunk: string

      Chunk of UCS2 code units, they must be encoded as UTF-8.

    Returns boolean

    Boolean indicating that the stream can accept more data.

Generated using TypeDoc