⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 commandprocess_aq.java

📁 经过反编译和部分代码修改后的ultraimpro java源代码。可在netbean环境下成功编译。供学习和分析用。
💻 JAVA
字号:
// Decompiled by DJ v3.9.9.91 Copyright 2005 Atanas Neshkov  Date: 2006-5-1 19:31:40
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3) 

import java.util.Hashtable;
import java.util.Vector;

public abstract class CommandProcess_aq
{

    public CommandProcess_aq()
    {
        CommandIndex = 0;
        ITraceId = new Integer(-1);
        a_java_util_Vector_fld = new Vector();
    }

    public final int b()
    {
        switch(CommandIndex)
        {
        case 19: // '\023'
            return 1;

        case 38: // '&'
        case 39: // '\''
            return 2;
        }
        return 0;
    }

    public static final int GetCommandIndex(String s)
        throws bq
    {
        String s1;
        s1 = s.trim();
        if(a_java_util_Hashtable_static_fld.containsKey(s1))
            return ((Integer)a_java_util_Hashtable_static_fld.get(s1)).intValue();
        Integer.parseInt(s1);
        return 36;
        //JVM INSTR pop ;
        //throw new bq();
    }

    public static final String GetCommandName(int i)
    {
        switch(i)
        {
        case 1: // '\001'
            return "ACK";

        case 2: // '\002'
            return "ADC";

        case 4: // '\004'
            return "ANS";

        case 5: // '\005'
            return "BLP";

        case 6: // '\006'
            return "BPR";

        case 7: // '\007'
            return "BYE";

        case 8: // '\b'
            return "CAL";

        case 9: // '\t'
            return "CHG";

        case 10: // '\n'
            return "CHL";

        case 11: // '\013'
            return "FLN";

        case 12: // '\f'
            return "GTC";

        case 13: // '\r'
            return "ILN";

        case 14: // '\016'
            return "TWN";

        case 15: // '\017'
            return "IRO";

        case 16: // '\020'
            return "JOI";

        case 17: // '\021'
            return "LSG";

        case 18: // '\022'
            return "LST";

        case 19: // '\023'
            return "MSG";

        case 20: // '\024'
            return "NAK";

        case 21: // '\025'
            return "NLN";

        case 22: // '\026'
            return "OUT";

        case 23: // '\027'
            return "PRP";

        case 24: // '\030'
            return "QRY";

        case 25: // '\031'
            return "PNG";

        case 27: // '\033'
            return "REM";

        case 29: // '\035'
            return "RNG";

        case 30: // '\036'
            return "SYN";

        case 31: // '\037'
            return "USR";

        case 32: // ' '
            return "VER";

        case 33: // '!'
            return "XFR";

        case 34: // '"'
            return "CVR";

        case 35: // '#'
            return "SDC";

        case 36: // '$'
            return "ERROR";

        case 37: // '%'
            return "SBS";

        case 38: // '&'
            return "UUX";

        case 39: // '\''
            return "UBX";

        case 40: // '('
            return "GCF";

        case 3: // '\003'
        case 26: // '\032'
        case 28: // '\034'
        default:
            return "NOT_A_COMMAND";
        }
    }

    public Vector a_java_util_Vector_fld;
    public String a_java_lang_String_fld;
    public int CommandIndex;
    public Integer ITraceId;
    public static Hashtable a_java_util_Hashtable_static_fld;

    static 
    {
        a_java_util_Hashtable_static_fld = new Hashtable();
        a_java_util_Hashtable_static_fld.put("ACK", new Integer(1));
        a_java_util_Hashtable_static_fld.put("ADC", new Integer(2));
        a_java_util_Hashtable_static_fld.put("ANS", new Integer(4));
        a_java_util_Hashtable_static_fld.put("BLP", new Integer(5));
        a_java_util_Hashtable_static_fld.put("BPR", new Integer(6));
        a_java_util_Hashtable_static_fld.put("BYE", new Integer(7));
        a_java_util_Hashtable_static_fld.put("CAL", new Integer(8));
        a_java_util_Hashtable_static_fld.put("CHG", new Integer(9));
        a_java_util_Hashtable_static_fld.put("CHL", new Integer(10));
        a_java_util_Hashtable_static_fld.put("FLN", new Integer(11));
        a_java_util_Hashtable_static_fld.put("GTC", new Integer(12));
        a_java_util_Hashtable_static_fld.put("ILN", new Integer(13));
        a_java_util_Hashtable_static_fld.put("TWN", new Integer(14));
        a_java_util_Hashtable_static_fld.put("IRO", new Integer(15));
        a_java_util_Hashtable_static_fld.put("JOI", new Integer(16));
        a_java_util_Hashtable_static_fld.put("LSG", new Integer(17));
        a_java_util_Hashtable_static_fld.put("LST", new Integer(18));
        a_java_util_Hashtable_static_fld.put("MSG", new Integer(19));
        a_java_util_Hashtable_static_fld.put("NAK", new Integer(20));
        a_java_util_Hashtable_static_fld.put("NLN", new Integer(21));
        a_java_util_Hashtable_static_fld.put("OUT", new Integer(22));
        a_java_util_Hashtable_static_fld.put("PRP", new Integer(23));
        a_java_util_Hashtable_static_fld.put("QRY", new Integer(24));
        a_java_util_Hashtable_static_fld.put("PNG", new Integer(25));
        a_java_util_Hashtable_static_fld.put("REM", new Integer(27));
        a_java_util_Hashtable_static_fld.put("RNG", new Integer(29));
        a_java_util_Hashtable_static_fld.put("SYN", new Integer(30));
        a_java_util_Hashtable_static_fld.put("USR", new Integer(31));
        a_java_util_Hashtable_static_fld.put("VER", new Integer(32));
        a_java_util_Hashtable_static_fld.put("XFR", new Integer(33));
        a_java_util_Hashtable_static_fld.put("CVR", new Integer(34));
        a_java_util_Hashtable_static_fld.put("SDC", new Integer(35));
        a_java_util_Hashtable_static_fld.put("SBS", new Integer(37));
        a_java_util_Hashtable_static_fld.put("UUX", new Integer(38));
        a_java_util_Hashtable_static_fld.put("UBX", new Integer(39));
        a_java_util_Hashtable_static_fld.put("GCF", new Integer(40));
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -