Programmer's Guide to File Handling
Table of Contents
Index
Chapter 30: File Structures
30.1 File Structures
30.2 Files without Headers
30.2.1 Line Sequential
30.2.1.1 Line Sequential Files on DOS, Windows and OS/2 Systems
30.2.1.2 Line Sequential Files on UNIX Systems
30.2.2 Printer Sequential
30.2.3 Record Sequential Files with Fixed Length Records
30.2.4 Relative Files with Fixed Length Records
30.3 Files with Headers
30.3.1 Standard File Header
30.3.2 Standard Record Header
30.3.3 Record Sequential File with Variable Length Records
30.3.4 Relative File with Variable Length Records
30.3.5 Indexed Files
30.3.5.1 Types of Indexed File
30.3.5.2 Index Files - Overview
30.3.5.3 Index File - File Header
30.3.5.4 Index File - Free Space Record
30.3.5.5 Index File - Key Information Record
30.3.5.6 Index File - Index Node Record
30.3.5.7 Indexed File - Data File Structure