Java.IO.ByteArrayInputStream.Read Method
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 int Read ()

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.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1