Uses of Class
com.google.protobuf.Utf8.Processor
-
Uses of Utf8.Processor in com.google.protobuf
Subclasses of Utf8.Processor in com.google.protobufModifier and TypeClassDescription(package private) static final class
Utf8.Processor
implementation that does not use anysun.misc.Unsafe
methods.(package private) static final class
Utf8.Processor
that usessun.misc.Unsafe
where possible to improve performance.Fields in com.google.protobuf declared as Utf8.ProcessorModifier and TypeFieldDescriptionprivate static final 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.