Changes
Page history
Update compression
authored
Jan 15, 2020
by
Nico Bendlin
Show whitespace changes
Inline
Side-by-side
compression.md
View page @
24b95929
Transparent stream compression is always optional.
Compressed data is recognized by the four-byte magic value
`1 76 79 66`
.
Compressed data is recognized by the four-byte magic value
`1 76 79 66`
.
```
c
struct
{
...
...
@@ -13,6 +13,9 @@ struct {
};
```
Besides the
[
`Layouts.amb`
](
Amberfiles/Layouts
)
items, file/stream compression is transparent and optional.
Stream format
=============
...
...
...
...