airlift / aircompressor

A port of Snappy, LZO, LZ4, and Zstandard to Java
Apache License 2.0
562 stars 111 forks source link

Streaming compression/decompression for Zstd #112

Closed vkrevs closed 1 year ago

vkrevs commented 4 years ago

Hi. Is there support for Zstd streaming compression/decompression in this library (like in native zstd's streaming_compression/streaming_decompression examples)?

If not, can you mark this as an enhancement request please?

rrva commented 3 years ago

I was looking for this as well, based on InputStream / Outputstream

tomdcc commented 3 years ago

+1 was looking for a drop-in replacement for the streams in zstd-jni (and most other compression libs, tbh).