Lz4Decompressor.setOutputSink
void setOutputSink(OutputSink sink)Set the output sink that will receive decompressed bytes.
Parameters
sink | Delegate that will be invoked with produced output chunks. |
void setOutputSink(OutputSink sink)Set the output sink that will receive decompressed bytes.
sink | Delegate that will be invoked with produced output chunks. |