Answers a int representing the number of bytes that are available before this PipedInputStream will block. This method returns the number of bytes written to the pipe but not read yet up to the size of the pipe.
@return int the number of bytes available before blocking.
@throws IOException If an error occurs in this stream.
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.