Class to encode java's UTF16 char[] into UTF8 byte[] without always allocating a new byte[] as String.getBytes("UTF-8") does.

WARNING: This API is a new and experimental and may suddenly change.

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public sealed class UnicodeUtil
Visual Basic
Public NotInheritable Class UnicodeUtil
Visual C++
public ref class UnicodeUtil sealed

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Util..::..UnicodeUtil

See Also