We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd027d commit 7184b54Copy full SHA for 7184b54
api/src/main/java/dev/freya02/discord/zstd/api/DiscordZstd.java
@@ -6,7 +6,6 @@
6
7
@NullMarked
8
public interface DiscordZstd {
9
- // TODO rename type
10
/**
11
* Creates a new {@link DiscordZstdContext}.
12
* <br>This is used to keep track of streaming decompression after each input is consumed via an {@link InputStream}.
@@ -15,7 +14,6 @@ public interface DiscordZstd {
15
14
*/
16
DiscordZstdContext createContext();
17
18
19
20
* Creates a new {@link DiscordZstdDecompressorFactory} with the provided decompression buffer size.
21
*
0 commit comments