System::IO::File::ReadAllBytes μέθοδος
File::ReadAllBytes method
Διαβάζει το περιεχόμενο του καθορισμένου δυαδικού αρχείου σε έναν πίνακα byte.
static ArrayPtr<uint8_t> System::IO::File::ReadAllBytes(const String &path)
| Parameter | Type | Περιγραφή |
|---|---|---|
| path | const String& | Η διαδρομή του αρχείου που θα διαβαστεί |
ReturnValue
Ένας πίνακας byte που περιέχει το περιεχόμενο του αρχείου
Δείτε επίσης
- Typedef ArrayPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++