Document WriteStream 'open' event

This commit is contained in:
Felix Geisendörfer 2010-08-23 10:26:19 +02:00 коммит произвёл Ryan Dahl
Родитель 072750e662
Коммит c209e57e50
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1607,6 +1607,12 @@ An example to read the last 10 bytes of a file which is 100 bytes long:
`WriteStream` is a `Writable Stream`.
### Event: 'open'
`function (fd) { }`
`fd` is the file descriptor used by the WriteStream.
### fs.createWriteStream(path, [options])
Returns a new WriteStream object (See `Writable Stream`).