Skip to content

append to brotli compressed file #628

@worenga

Description

@worenga

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions