InputStream optimizing for one byte at a time operation. BufferedInputStream operations have synchronization making reading one byte at a time expensive.
@see java.io.InputStream
@see java.io.BufferedInputStream
InputStream optimizing for one byte at a time operation. BufferedInputStream operations have synchronization making reading one byte at a time expensive.
@see java.io.InputStream
@see java.io.BufferedInputStream
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.