Streaming compression/decompression for Zstd
vkrevs opened this issue · 2 comments
vkrevs commented
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
I was looking for this as well, based on InputStream / Outputstream
tomdcc commented
+1 was looking for a drop-in replacement for the streams in zstd-jni (and most other compression libs, tbh).