| Interface | Description |
|---|---|
| UTF8Encoder |
A non-thread-safe UTF8 encoding interface, delegates to near-zero GC overhead
UTF8 implementations on HotSpot, falls back to stdlib encoder if on other JVM.
|
| Class | Description |
|---|---|
| SunMiscUTF8Encoder |
This is a specialized UTF-8 encoder that solves two predicaments:
|
| VanillaUTF8Encoder |
Simple encoder that delegates to String#getBytes()
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.