Files.ReadAllBytes(IPath) 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.
Reads all the bytes from a file.
[Android.Runtime.Register("readAllBytes", "(Ljava/nio/file/Path;)[B", "", ApiSince=26)]
public static byte[]? ReadAllBytes (Java.Nio.FileNio.IPath? path);
[<Android.Runtime.Register("readAllBytes", "(Ljava/nio/file/Path;)[B", "", ApiSince=26)>]
static member ReadAllBytes : Java.Nio.FileNio.IPath -> byte[]
Parameters
- path
- IPath
the path to the file
Returns
- Byte[]
a byte array containing the bytes read from the file
- Attributes
Remarks
Java documentation for java.nio.file.Files.readAllBytes(java.nio.file.Path).
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.