Package com.swiftmq.tools.util
Class UTFUtils
java.lang.Object
com.swiftmq.tools.util.UTFUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
convertFromUTF8
(byte[] buf, int offset, int utfSize) static String
convertUTF8WithBuf
(byte[] buf, char[] out, int offset, int utfSize) static int
countUTFBytes
(String str) static String
static int
writeShortToBuffer
(int val, byte[] buffer, int offset) static int
writeUTFBytesToBuffer
(String str, byte[] buffer, int offset)
-
Constructor Details
-
UTFUtils
public UTFUtils()
-
-
Method Details
-
decodeUTF
- Throws:
IOException
-
convertFromUTF8
public static String convertFromUTF8(byte[] buf, int offset, int utfSize) throws UTFDataFormatException - Throws:
UTFDataFormatException
-
convertUTF8WithBuf
public static String convertUTF8WithBuf(byte[] buf, char[] out, int offset, int utfSize) throws UTFDataFormatException - Throws:
UTFDataFormatException
-
countUTFBytes
-
writeShortToBuffer
- Throws:
IOException
-
writeUTFBytesToBuffer
- Throws:
IOException
-