This is a stream wrapper for a WritableByteChannel. This stream buffers the data internally. The buffer contents are written to the channel with the flush() method. Currently throws an IOException if not all bytes can be written.
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.