| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
Utf8.SafeProcessor
Utf8.Processor implementation that does not use any sun.misc.Unsafe methods. |
(package private) static class |
Utf8.UnsafeProcessor
Utf8.Processor that uses sun.misc.Unsafe where possible to improve performance. |
| Modifier and Type | Field and Description |
|---|---|
private static Utf8.Processor |
Utf8.processor
UTF-8 is a runtime hot spot so we attempt to provide heavily optimized implementations
depending on what is available on the platform.
|