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

com.github.fartherp.framework.ip.Constant Maven / Gradle / Ivy

/*
 * Copyright (c) 2017. CK. All rights reserved.
 */

package com.github.fartherp.framework.ip;

/**
 * Created by IntelliJ IDEA.
 * Author: CK
 * Date: 2015/6/30.
 */
public class Constant {

    public static final String GBK = "GBK";

    public static final String EMPTY = "";

    public static final String IP_FILE_NAME = "qqwry.dat";

    public static final String BAD_IP_FILE = "IP地址库文件错误";

    public static final int IP_RECORD_LENGTH = 7;

    public static final byte REDIRECT_MODE_1 = 0x01;

    public static final byte REDIRECT_MODE_2 = 0x02;

    public static final String UNKNOWN_COUNTRY = "未知国家";

    public static final String UNKNOWN_AREA = "未知地区";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy