Java com.google.common.base Utf8 fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.base Utf8 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.base Utf8.

The text is from its open source code.

Method

intencodedLength(CharSequence sequence)
Returns the number of bytes in the UTF-8-encoded form of sequence .
booleanisWellFormed(byte[] bytes)
Returns true if bytes is a well-formed UTF-8 byte sequence according to Unicode 6.0.