DataInputStream.ReadByteDataInputStream.ReadUnsignedByte
valthe byte value to write to the target stream.
TypeReasonJava.IO.IOExceptionif an error occurs while writing to the target stream.
Writes an 8-bit byte to the target stream. Only the least significant byte of the integer val is written.
[Android Documentation]