public class StringOps extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
convertFromHex(String hexStr) |
static boolean |
isASCII(String str) |
static byte[] |
toByteArray(String s)
Turns a String into a byte array.
|
public static byte[] convertFromHex(String hexStr)
public static boolean isASCII(String str)
public static byte[] toByteArray(String s)
s - the string to be writtenCopyright © 2010 - 2020 Adobe. All Rights Reserved