Re: Decompressing Zstd-Compressed data ends with ZstdIOException: "truncated source"

2025-01-21 Thread Gary Gregory
Hello Mehmet, To narrow this down, I would try it from whatever command line tool Zstd might have. If that doesn't work, then it's likely the file is corrupted. If the Zstd CLI works, then I would try just using the Zstd library; if that doesn't work for you, then that's where the problem should

Decompressing Zstd-Compressed data ends with ZstdIOException: "truncated source"

2025-01-21 Thread Karaman, Mehmet
Hello, I am trying to uncompress zstd compressed files with the commons-compress library and I get the ZstdIOException "truncated source": com.github.luben.zstd.ZstdIOException: Truncated source   at com.github.luben.zstd.ZstdInputStreamNoFinalizer.readInternal(ZstdInputStreamNoFinalizer.ja