|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.scale7.cassandra.pelops.StringHelper
@Deprecated public class StringHelper
| Constructor Summary | |
|---|---|
StringHelper()
Deprecated. |
|
| Method Summary | |
|---|---|
static List<byte[]> |
toByteArrayList(List<String> list)
Deprecated. Use Bytes.transformUTF8ToList(java.util.Collection) instead. |
static byte[] |
toBytes(String string)
Deprecated. |
static String |
toUTF8(byte[] bytes)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringHelper()
| Method Detail |
|---|
@Deprecated public static byte[] toBytes(String string)
String using UTF-8 encoding.
string - The String to convert
@Deprecated public static String toUTF8(byte[] bytes)
String from an array of UTF-8 bytes
bytes - The array of UTF-8 bytes
String object@Deprecated public static List<byte[]> toByteArrayList(List<String> list)
Bytes.transformUTF8ToList(java.util.Collection) instead.
list -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||