org.littleshoot.util
Class StringUtils

java.lang.Object
  extended by org.littleshoot.util.StringUtils

public class StringUtils
extends Object

String utility methods not supplied in other string utility library classes.


Constructor Summary
StringUtils()
           
 
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
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

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.