w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
JavaScript
Node.js
File System
Language
Default
Markdown
fs.WriteStream
Class: fs.WriteStream
WriteStream
is a
Writable Stream
.
Links:
https://nodejs.org/dist/latest-v5.x/docs/api/fs.html#fs_class_fs_writestream
doc_Nodejs
2016-04-30 04:39:59
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
open event (fs.WriteStream)
Event: 'open' fd <Number> Integer file descriptor used by the WriteStream. Emitted when the WriteStream's file is opened.
WriteStream
Class: WriteStream A net.Socket subclass that represents the writable portion of a tty. In normal circumstances, process.stdout will be the only tty.
writeStream.bytesWritten
writeStream.bytesWritten The number of bytes written so far. Does not include data that is still queued for writing.
writestream.rows
ws.rows A Number that gives the number of rows the TTY currently has. This property gets updated on 'resize' events.
writeStream.path
writeStream.path The path to the file the stream is writing to.
Return to View
Please login to continue.