Android.App.Backup.BackupDataInputStream.Read Method
Read one byte of entity data from the stream, returning it as an integer value.

Syntax

[Android.Runtime.Register("read", "()I", "GetReadHandler")]
public override int Read ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Read one byte of entity data from the stream, returning it as an integer value. If more than BackupDataInputStream.Size bytes of data are read from the stream, the output of this method is undefined.

[Android Documentation]

Requirements

Namespace: Android.App.Backup
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8