Package 

Class EncoderExtensions

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static String encodeBy(String $self, Encoder encoder, Charset charset) 根据指定的编码器,编码当前字符串,以指定的字符集显示。
      final static String decodeBy(String $self, Encoder encoder, Charset charset) 根据指定的编码器,解码当前字符串,以指定的字符集显示。
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • encodeBy

         final static String encodeBy(String $self, Encoder encoder, Charset charset)

        根据指定的编码器,编码当前字符串,以指定的字符集显示。

      • decodeBy

         final static String decodeBy(String $self, Encoder encoder, Charset charset)

        根据指定的编码器,解码当前字符串,以指定的字符集显示。