Searched refs:ZstdInputStream (Results 1 – 2 of 2) sorted by relevance
24 import com.github.luben.zstd.ZstdInputStream;40 private final ZstdInputStream decIS;43 this.decIS = new ZstdInputStream(countingStream = new CountingInputStream(in)); in ZstdCompressorInputStream()
22 public class ZstdInputStream extends InputStream { class23 public ZstdInputStream(InputStream inStream) throws IOException { in ZstdInputStream() method in ZstdInputStream