Class MultiReleaseTextDecoding


  • public static class MultiReleaseTextDecoding
    extends java.lang.Object
    String decoding utilities.

    These implementations use a byte[] instead of a char[] buffer, which is faster with compact strings (JEP 254) on Java 9.

    An extra array copy is still required. New String constructors are required to eliminate it.

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait