Is it possible to append data to a brotli compressed file such that it is compressed automatically?
The following would work, e.g. for gzip
$echo 'foo' | gzip >! test.gz
$echo 'foo' | gzip >> test.gz
zcat test
foo
foo
While the same approach would fail using brotli
with
corrupt input
rifler, nyurik, dgtlmoon, stokito and mitar
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4