Package org.dlese.dpc.schemedit.test
Class UtfTester
java.lang.Object
org.dlese.dpc.schemedit.test.UtfTester
Class for testing dom manipulation with help from
SchemaHelper- Author:
- ostwald
$Id $
-
Method Summary
-
Method Details
-
isUtf8
- Throws:
Exception
-
isUtf8
-
isUtf8
- Throws:
Exception
-
main
- Throws:
Exception
-
toHexString
-
fromHexString
Convert a hex string to a byte array. Permits upper or lower case hex.- Parameters:
s- String must have even number of characters. and be formed only of digits 0-9 A-F or a-f. No spaces, minus or plus signs.- Returns:
- corresponding byte array.
-