WriteStream

js.node.events.EventEmitterjs.node.Streamjs.node.stream.Writablejs.node.fs.WriteStream (extern class)

Writable file stream.

Instance Members

The path to the file the stream is writing to as specified in the first argument to Fs.createWriteStream. If path is passed as a string, then writeStream.path will be a string. If path is passed as a Buffer, then writeStream.path will be a Buffer.


bytesWritten: Int

The number of bytes written so far. Does not include data that is still queued for writing.