org.littleshoot.util
Class StringUtils
java.lang.Object
org.littleshoot.util.StringUtils
public class StringUtils
- extends Object
String utility methods not supplied in other string utility library classes.
|
Method Summary |
static byte[] |
toAsciiBytes(String value)
Convert specified String to a byte array. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtils
public StringUtils()
toAsciiBytes
public static final byte[] toAsciiBytes(String value)
- Convert specified String to a byte array.
- Parameters:
value - to convert to byte array
- Returns:
- the byte array value
Copyright © 2011-2013 LittleShoot. All Rights Reserved.