Android.Util.AtomicFile.ReadFully Method
A convenience for AtomicFile.OpenRead that also reads all of the file contents into a byte array which is returned.

Syntax

[Android.Runtime.Register("readFully", "()[B", "GetReadFullyHandler")]
public virtual byte[] ReadFully ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

A convenience for AtomicFile.OpenRead that also reads all of the file contents into a byte array which is returned.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17