Class Utf8

java.lang.Object
org.ebfhub.fastprotobuf.Utf8

public final class Utf8
extends Object

This is specifically designed to reduce the production of intermediate objects (garbage), thus significantly reducing pressure on the JVM Garbage Collector.

UTF-8 encoding/decoding is based on https://github.com/google/protobuf/blob/3e944aec9ebdf5043780fba751d604c0a55511f2/ java/core/src/main/java/com/google/protobuf/Utf8.java

Copyright 2008 Google Inc. All rights reserved. https://developers.google.com/protocol-buffers/

Version:
$Id: $Id
Author:
Lee Rhodes, Roman Leventov