All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hb0730.commons.lang.constants.CharsetConst Maven / Gradle / Ivy

There is a newer version: 2.1.2-RELEASE
Show newest version
package com.hb0730.commons.lang.constants;

/**
 * 编码常量
 *
 * @author bing_huang
 * @since 1.0.1
 */
public final class CharsetConst {
    private CharsetConst(){}

    /**
     * utf-8
     */
    public static final String UTF8 = "UTF-8";

    /**
     * utf-16
     */
    public static final String UTF16 = "UTF-16";

    /**
     * gbk
     */
    public static final String GBK = "GBK";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy