We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734359f commit 9a57ab1Copy full SHA for 9a57ab1
1 file changed
msgpack-core/src/main/java/org/msgpack/core/MessagePacker.java
@@ -20,6 +20,7 @@
20
import org.msgpack.value.Value;
21
22
import java.io.Closeable;
23
+import java.io.Flushable;
24
import java.io.IOException;
25
import java.math.BigInteger;
26
import java.nio.ByteBuffer;
@@ -83,7 +84,7 @@
83
84
* </p>
85
*/
86
public class MessagePacker
- implements Closeable
87
+ implements Closeable, Flushable
88
{
89
private final int smallStringOptimizationThreshold;
90
0 commit comments