org.neo4j.helpers
Class UTF8
java.lang.Object
org.neo4j.helpers.UTF8
public class UTF8
- extends Object
Utility class for converting strings to an 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 byte[] encode(String string)
decode
public static String decode(byte[] bytes)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.