@Deprecated public final class UTF8 extends Object
| Modifier and Type | Field and Description |
|---|---|
static Function<byte[],String> |
decode
Deprecated.
|
static Function<String,byte[]> |
encode
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
computeRequiredByteBufferSize(String text)
Deprecated.
|
static String |
decode(byte[] bytes)
Deprecated.
|
static String |
decode(byte[] bytes,
int offset,
int length)
Deprecated.
|
static byte[] |
encode(String string)
Deprecated.
|
static String |
getDecodedStringFrom(ByteBuffer source)
Deprecated.
|
static void |
putEncodedStringInto(String text,
ByteBuffer target)
Deprecated.
|
public static byte[] encode(String string)
public static String decode(byte[] bytes)
public static String decode(byte[] bytes, int offset, int length)
public static String getDecodedStringFrom(ByteBuffer source)
public static void putEncodedStringInto(String text, ByteBuffer target)
public static int computeRequiredByteBufferSize(String text)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.