类 CharsetEditor

  • 所有已实现的接口:
    PropertyEditor

    public class CharsetEditor
    extends PropertyEditorSupport
    Editor for java.nio.charset.Charset, translating charset String representations into Charset objects and back.

    Expects the same syntax as Charset's Charset.name(), e.g. UTF-8, ISO-8859-16, etc.

    从以下版本开始:
    2.5.4
    作者:
    Arjen Poutsma
    另请参阅:
    Charset