|
Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neo4j.helpers.UTF8
public final class UTF8
Utility class for converting strings to and from UTF-8 encoded bytes.
Field Summary | |
---|---|
static Function<byte[],String> |
decode
|
static Function<String,byte[]> |
encode
|
Method Summary | |
---|---|
static String |
decode(byte[] bytes)
|
static byte[] |
encode(String string)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Function<String,byte[]> encode
public static final Function<byte[],String> decode
Method Detail |
---|
public static byte[] encode(String string)
public static String decode(byte[] bytes)
|
Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |