事件:'write'


¥Event: 'write'

写入操作完成时会触发 'write' 事件。写入的字节数将作为事件处理程序的第一个参数传递。

¥The 'write' event is emitted when a write operation has completed. The number of bytes written is passed as the first argument to the event handler.