Reads an unsigned 8-bit byte value from this stream and returns it as an int.
@return int the next unsigned byte value from the source stream.
@throws IOException If a problem occurs reading from this DataInputStream.
@see DataOutput#writeByte(int)
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.