We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SequenceProducer
1 parent 51a3c5a commit 220e990Copy full SHA for 220e990
src/main/java/com/github/luben/zstd/AbstractSequenceProducer.java renamed to src/main/java/com/github/luben/zstd/SequenceProducer.java
@@ -5,7 +5,7 @@
5
* SequenceProducer must be provided by the user. To use, SequenceProducer should
6
* be passed to `ZstdCompressCtx.registerSequenceProducer()`.
7
*/
8
-interface SequenceProducer {
+public interface SequenceProducer {
9
/**
10
* Returns a function pointer of type `ZSTD_sequenceProducer_F` that will be
11
* passed to zstd as the `sequenceProducer` function. The returned pointer
0 commit comments