Class CharsetDecoders


  • public final class CharsetDecoders
    extends java.lang.Object
    Works with CharsetDecoder.
    Since:
    2.12.0
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CharsetDecoders()
      No instances.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.nio.charset.CharsetDecoder toCharsetDecoder​(java.nio.charset.CharsetDecoder charsetDecoder)
      Returns the given non-null CharsetDecoder or a new default CharsetDecoder.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CharsetDecoders

        private CharsetDecoders()
        No instances.
    • Method Detail

      • toCharsetDecoder

        public static java.nio.charset.CharsetDecoder toCharsetDecoder​(java.nio.charset.CharsetDecoder charsetDecoder)
        Returns the given non-null CharsetDecoder or a new default CharsetDecoder.
        Parameters:
        charsetDecoder - The CharsetDecoder to test.
        Returns:
        the given non-null CharsetDecoder or a new default CharsetDecoder.