Class StringOps
java.lang.Object
com.adobe.internal.pdftoolkit.core.util.StringOps
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
convertFromHex
(String hexStr) static boolean
static byte[]
Turns a String into a byte array.
-
Method Details
-
convertFromHex
-
isASCII
-
toByteArray
Turns a String into a byte array. This method makes many, MANY assumptions on the nature of the data. Not all of which are valid.- Parameters:
s
- the string to be written
-