File Handling
Table of Contents
Index
Chapter 15: File Structures
15.1 File Structures
15.2 Files without Headers
15.2.1 Line Sequential
15.2.2 Printer Sequential
15.2.3 Record Sequential Files with Fixed Length Records
15.2.4 Relative Files with Fixed Length Records
15.3 Files with Headers
15.3.1 Standard File Header
15.3.2 Standard Record Header
15.3.3 Record Sequential File with Variable Length Records
15.3.4 Relative File with Variable Length Records
15.3.5 Indexed Files
15.3.5.1 Index File - File Header
15.3.5.2 Index File - Free Space Record
15.3.5.3 Index File - Key Information Record
15.3.5.4 Index File - Index Node Record
15.3.5.5 Indexed File - Data File Structure