Class UtfHelpper
java.lang.Object
org.apache.xml.security.c14n.implementations.UtfHelpper
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]getStringInUtf8(String str) static voidwriteByte(String str, OutputStream out, Map<String, byte[]> cache) static voidwriteCharToUtf8(char c, OutputStream out) Deprecated.static voidwriteCodePointToUtf8(int c, OutputStream out) static voidwriteStringToUtf8(String str, OutputStream out)
-
Method Details
-
writeByte
public static void writeByte(String str, OutputStream out, Map<String, byte[]> cache) throws IOException- Throws:
IOException
-
writeCodePointToUtf8
- Throws:
IOException
-
writeCharToUtf8
Deprecated.- Throws:
IOException
-
writeStringToUtf8
- Throws:
IOException
-
getStringInUtf8
-