Elements of File Formats
From Just Solve the File Format Problem
(Difference between revisions)
(→Elements of binary formats) |
(Reorganizing) |
||
Line 7: | Line 7: | ||
* Ancillary knowledge that may be needed to help decode file formats | * Ancillary knowledge that may be needed to help decode file formats | ||
− | == | + | == Integers == |
− | * [[ | + | * [[Binary-coded decimal]] |
− | * [[ | + | * [[Ones' complement]] |
− | * [[ | + | * [[Two's complement]] |
− | * [[Floating point numbers | + | * [[Variable-length base-128]] |
− | + | ||
− | + | == Floating point numbers == | |
+ | * [[DEC64]] | ||
+ | * [[IEEE floating point]] | ||
+ | |||
+ | == Time formats == | ||
+ | * [[Unix time]] (timestamp number) | ||
+ | |||
+ | == Identifiers == | ||
* [[FourCC]] | * [[FourCC]] | ||
* [[GUID]] | * [[GUID]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* [[UUID]] | * [[UUID]] | ||
+ | |||
+ | == Other == | ||
+ | * [[Base2]] | ||
+ | * [[Bit order]] | ||
+ | * [[Endianness]] (little-endian, big-endian) | ||
== See also == | == See also == |
Revision as of 22:08, 16 December 2015
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
- Unix time (timestamp number)
Identifiers
Other
- Base2
- Bit order
- Endianness (little-endian, big-endian)