File I/O di basso livello
Leggere o scrivere operazioni a livello di byte o di carattere
Aprire, chiudere, leggere, scrivere e navigare in file binari e di testo a livello di byte e di caratteri. Per lavorare con i file a livello di variabili, vedere Supported File Formats for Import and Export.
Funzioni
Argomenti
- 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
fprintf
function. - Export Binary Data with Low-Level I/O
Write binary files at the byte level using the low-level
fwrite
function.