Elements of File Formats
From Just Solve the File Format Problem
(Difference between revisions)
(→Floating point numbers) |
(→Other) |
||
Line 34: | Line 34: | ||
* [[Base2]] | * [[Base2]] | ||
* [[Bit order]] | * [[Bit order]] | ||
+ | * [[Emacs file variable]] | ||
* [[Endianness]] (little-endian, big-endian) | * [[Endianness]] (little-endian, big-endian) | ||
+ | * [[Shebang]] | ||
== See also == | == See also == |
Revision as of 21:18, 17 May 2016
This section is for
- Common formats that make up only a small part of a file
- Ancillary knowledge that may be needed to help decode file formats
Contents[hide] |
Integers
Floating point numbers
Time formats
(see also Date and time formats)
- MS-DOS date/time
- Unix time (timestamp number)
Identifiers
Other
- ANSI escape code
- Base2
- Bit order
- Emacs file variable
- Endianness (little-endian, big-endian)
- Shebang