AtomicFile.ReadFully Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A convenience for #openRead()
that also reads all of the
file contents into a byte array which is returned.
[Android.Runtime.Register("readFully", "()[B", "GetReadFullyHandler")]
public virtual byte[]? ReadFully ();
[<Android.Runtime.Register("readFully", "()[B", "GetReadFullyHandler")>]
abstract member ReadFully : unit -> byte[]
override this.ReadFully : unit -> byte[]
Returns
- Attributes
Exceptions
Remarks
A convenience for #openRead()
that also reads all of the file contents into a byte array which is returned.
Java documentation for android.util.AtomicFile.readFully()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.