org.neo4j.helpers
Class UTF8

java.lang.Object
  extended by org.neo4j.helpers.UTF8

public class UTF8
extends Object

Utility class for converting strings to an from UTF-8 encoded bytes.

Author:
Tobias Ivarsson

Method Summary
static String decode(byte[] bytes)
           
static byte[] encode(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static byte[] encode(String string)

decode

public static String decode(byte[] bytes)


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.