Uses of Class
com.google.protobuf.Utf8.Processor
-
Packages that use Utf8.Processor Package Description com.google.protobuf -
-
Uses of Utf8.Processor in com.google.protobuf
Subclasses of Utf8.Processor in com.google.protobuf Modifier and Type Class Description (package private) static classUtf8.SafeProcessorUtf8.Processorimplementation that does not use anysun.misc.Unsafemethods.(package private) static classUtf8.UnsafeProcessorUtf8.Processorthat usessun.misc.Unsafewhere possible to improve performance.Fields in com.google.protobuf declared as Utf8.Processor Modifier and Type Field Description private static Utf8.ProcessorUtf8. processorUTF-8 is a runtime hot spot so we attempt to provide heavily optimized implementations depending on what is available on the platform.
-