This class is used when wrapping Java InputStream and OutputStream objects for use with standard input and output. It is considered to be a "handle" and follows the same contract as TCPWrap so that it may be used with a "socket" object. This is how stdin and stdout are handled in "real" Node.js.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.