Class UTF8Util
java.lang.Object
org.apache.activemq.artemis.utils.UTF8Util
A UTF8Util
This class will write UTFs directly to the ByteOutput (through the MessageBuffer interface)
-
Method Summary
Modifier and TypeMethodDescriptionstatic intcalculateUTFSize(String str) static voidstatic StringreadUTF(ActiveMQBuffer input) static voidstatic voidwriteNullableString(io.netty.buffer.ByteBuf buffer, String val) static voidwriteString(io.netty.buffer.ByteBuf buffer, String val)
-
Method Details
-
writeNullableString
-
writeString
-
saveUTF
-
readUTF
-
clearBuffer
public static void clearBuffer() -
calculateUTFSize
-