simplespider.simplespider.util
Class StringUtils
java.lang.Object
simplespider.simplespider.util.StringUtils
public final class StringUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clipping
public static CharSequence clipping(CharSequence value,
int maxLength)
byteToHex
public static String byteToHex(byte b)
byteToHex
public static void byteToHex(byte b,
StringBuilder sb)
charToHex
public static String charToHex(char c)
charToHex
public static void charToHex(char c,
StringBuilder sb)
stringToHex
public static String stringToHex(String s,
boolean prefix)
stringToHex
public static void stringToHex(String s,
StringBuilder sb)
bytesToHex
public static String bytesToHex(byte[] b,
boolean prefix)
bytesToHex
public static void bytesToHex(byte[] b,
StringBuilder sb)
Copyright © 2009. All Rights Reserved.