File types

From Free Pascal wiki
Revision as of 08:45, 15 January 2020 by Trev (talk | contribs) (English translation of German page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Deutsch (de) English (en) polski (pl)


There are several options for file processing.


Binary file

The binary file type is suitable for processing files of all types and sizes.

See Binary file

FileStream

The FileStream is fast and is suitable for files of small and medium size.

See FileStream

String list

The string list is fast and is suitable for files of small and medium size.

See String List

Typed file

The file type typed file is suitable for structured files of any size.

See Typed file

Untyped text file

The untyped text file type is suitable for files of any size.

See Untyped text file