new WriteStream(filePath)
Writable file streams.
Parameters:
| Name | Type | Description |
|---|---|---|
filePath |
String | The file-path to open the writable stream |
- Source:
Methods
-
<static> close(streamEndPoint)
-
Create a writable stream
Parameters:
Name Type Description streamEndPointstring The stream end-point - Source:
-
<static> close()
-
Close the writable stream
- Source:
-
<static> write(data)
-
Flush data into the writable stream
Parameters:
Name Type Description dataData to flush to the stream - Source: