Class: WriteStream

WriteStream


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
streamEndPoint string 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
data Data to flush to the stream
Source: