Reads a single byte from the source byte array and returns it as an
integer in the range from 0 to 255.
Syntax
[Android.Runtime.Register("read", "()I", "GetReadHandler")] public override intRead ()
Returns
Documentation for this section has not yet been entered.
Remarks
Reads a single byte from the source byte array and returns it as an
integer in the range from 0 to 255. Returns -1 if the end of the source
array has been reached.