metode System::IO::File::ReadAllBytes
File::ReadAllBytes method
Membaca konten file biner yang ditentukan ke dalam array byte.
static ArrayPtr<uint8_t> System::IO::File::ReadAllBytes(const String &path)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| path | const String& | Jalur file yang akan dibaca |
ReturnValue
Sebuah array byte yang berisi konten file
Lihat Juga
- Typedef ArrayPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++