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