📄 datapackage.java
字号:
// Decompiled by DJ v2.9.9.61 Copyright 2000 Atanas Neshkov Date: 2008-6-22 PM 02:08:25
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3) deadcode ansi
public class DataPackage
{
DataPackage(byte abyte0[])
{
type = 0;
allData = null;
delayTime = 0;
allData = abyte0;
type = allData[3];
}
public byte[] getData()
{
byte abyte0[] = new byte[allData.length - 4];
System.arraycopy(allData, 4, abyte0, 0, abyte0.length);
return abyte0;
}
public byte type;
byte allData[];
int delayTime;
public static final byte HEAD_LENGTH = 4;
public static final byte TYPE_MULTI_PACKAGE = -1;
public static final byte TYPE_POLL = 0;
public static final byte TYPE_INIT = 1;
public static final byte TYPE_OPENSERVICE = 3;
public static final byte TYPE_ERROR = -2;
public static final byte TYPE_SET_USERINF = 4;
public static final byte TYPE_NAVIGATION = 2;
public static final byte TYPE_LOGIN = 5;
public static final byte TYPE_LOGIN_POLL = 6;
public static final byte TYPE_SEND_CHAT_MESSAGE = 8;
public static final byte TYPE_RECEIVE_NEW_MESSAGE = 9;
public static final byte TYPE_INVITE_MORE_PERSON = 10;
public static final byte TYPE_BYE_CHAT_SESSION = 11;
public static final byte TYPE_LOGOUT = 7;
public static final byte TYPE_BUDDY_LIST_UPDATE = 12;
public static final byte TYPE_CANCEL_SERVICE = 13;
public static final byte TYPE_SET_PRESENCE = 14;
public static final byte TYPE_USER_INF = 15;
public static final byte TYPE_SERVICE_INIT = 16;
public static final byte TYPE_SERVICE_FINISH = 17;
public static final byte TYPE_SET_CLIENT_CONFIG = 20;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -