Description
Applications can seek through zstd-compressed files with an interface similar to standard C file reading.
This library is useful for tools that need random access or familiar fread, fseek, and ftell style operations on compressed data. It does not add a compressor interface by itself; another program uses it while reading files.
Compressed data can expand to large content. Parent applications should handle size limits, offsets, and corrupted files safely.