org.neo4j.helpers
Class UTF8
java.lang.Object
org.neo4j.helpers.UTF8
public final class UTF8
- extends Object
Utility class for converting strings to and from UTF-8 encoded bytes.
- Author:
- Tobias Ivarsson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
encode
public static final Function<String,byte[]> encode
decode
public static final Function<byte[],String> decode
encode
public static byte[] encode(String string)
decode
public static String decode(byte[] bytes)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.