Class Utf8Decoder$

java.lang.Object
org.apache.pekko.http.impl.engine.ws.Utf8Decoder$
All Implemented Interfaces:
StreamingCharsetDecoder

public class Utf8Decoder$ extends Object implements StreamingCharsetDecoder
A Utf8 -> Utf16 (= Java char) decoder.

This decoder is based on the one of Bjoern Hoehrmann from https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ (MIT License).

INTERNAL API

  • Field Details

    • MODULE$

      public static final Utf8Decoder$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Utf8Decoder$

      public Utf8Decoder$()
  • Method Details