Package io.joshworks.stream.client.sse
Class UTF8Output
- java.lang.Object
-
- io.joshworks.stream.client.sse.UTF8Output
-
public final class UTF8Output extends java.lang.ObjectUtility class which allows to extract a UTF8 String from bytes respecting valid code-points Adapted version from Undertow
-
-
Constructor Summary
Constructors Constructor Description UTF8Output(EventStreamParser parser)
-
-
-
Constructor Detail
-
UTF8Output
public UTF8Output(EventStreamParser parser)
-
-