Class UtfHelpper
java.lang.Object
org.apache.xml.security.c14n.implementations.UtfHelpper
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
getStringInUtf8
(String str) static void
writeByte
(String str, OutputStream out, Map<String, byte[]> cache) static void
writeCharToUtf8
(char c, OutputStream out) Deprecated.static void
writeCodePointToUtf8
(int c, OutputStream out) static void
writeStringToUtf8
(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
-