Class: WritableString

gpf.stream. WritableString


new WritableString()

Creates a writable stream that can be converted to string

Since:
  • 0.1.9
Implements:

Methods


write(data)

Write data to the underlying destination

Parameters:
Name Type Description
data *

Data to write

Since:
  • 0.1.9
Implements:
Returns:

Resolved when ready

Type
Promise