Interface ZstdDecompressorFactory
@NullMarked
public interface ZstdDecompressorFactory
Factory of
ZstdDecompressor.
Instances are thread safe.
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Creates a newZstdDecompressorconfigured with the parameters passed to this factory.
-
Method Details
-
create
ZstdDecompressor create()Creates a newZstdDecompressorconfigured with the parameters passed to this factory.- Returns:
- A new
ZstdDecompressorinstance
-