La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
E/S de bas niveau sur des fichiers
R2026aOuvrez, fermez, lisez, écrivez et parcourez des fichiers binaires et texte au niveau de l’octet et du caractère. Pour travailler avec des fichiers au niveau de la variable, consultez Supported File Formats for Import and Export.
Fonctions
Rubriques
- Import Text Data Files with Low-Level I/O
Read data from text files at the character level using low-level I/O functions.
- Import Binary Data with Low-Level I/O
Read data from binary files at the byte level using low-level I/O functions.
- Export to Text Data Files with Low-Level I/O
Write text files at the character level, including combinations of numeric and character data and nonrectangular files, using the low-level
fprintffunction. - Export Binary Data with Low-Level I/O
Write binary files at the byte level using the low-level
fwritefunction.