Class: WriteStream

WriteStream


new WriteStream()

Identical to fs.WriteStream.
Properties:
Name Type Description
bytesWritten number The number of bytes written so far
path string | Buffer The file the stream is reading from
Source:
fs.js#L184
Fires:

Events


close

Emitted when the ReadStream closes.
Source:
fs.js#L193

open

Emitted when the ReadStream's file is opened.
Properties:
Name Type Description
fd number The file descriptor.
Source:
fs.js#L199