📄 report.java
字号:
/* 北方交通大学16204宿舍专用Java反编译器 Java204 版本:0.2 *//* <<<使用前务必请仔细阅读随附警告信息>>> */// Copyright RainForest 2001. All rights reserved.
package spApi;
// Referenced classes of package spApi:
// SGIP_Command, MsgHead
public class Report extends SGIP_Command
{// 类成员变量定义域开始
String UserNumber;
long Seq_1;
int Seq_2;
int Seq_3;
int State;
int ErrorCode;
int ReportType;
// 类成员变量定义域结束 < 初始化过程祥见构造方法 >
public Report(MsgHead msghead) // 构造方法 (如有必要,请手工调整该方法)
{
super(msghead);
}//构造方法结束
public Report()
{
}
public Report(SGIP_Command sgip_command)
{
super(sgip_command);
}
public int readbody()
{
byte abyte0[] = new byte[4];
SGIP_Command.BytesCopy(bodybytes, abyte0, 0, 3, 0);
Seq_1 = SGIP_Command.Bytes4ToLong(abyte0);
SGIP_Command.BytesCopy(bodybytes, abyte0, 4, 7, 0);
Seq_2 = SGIP_Command.Bytes4ToInt(abyte0);
SGIP_Command.BytesCopy(bodybytes, abyte0, 8, 11, 0);
Seq_3 = SGIP_Command.Bytes4ToInt(abyte0);
ReportType = bodybytes[12];
UserNumber = new String(bodybytes, 13, 21);
State = bodybytes[34];
ErrorCode = bodybytes[35];
return 0;
}
public String getUserNumber()
{
return UserNumber;
}
public int getReportType()
{
return ReportType;
}
public long getSeq_1()
{
return Seq_1;
}
public int getSeq_2()
{
return Seq_2;
}
public int getSeq_3()
{
return Seq_3;
}
public int getState()
{
return State;
}
public int getErrorCode()
{
return ErrorCode;
} // Java 204 代码风格版本 : 6.0 < 类Fox Lin C++ 风格 >}// class Report extends SGIP_Command 结束// 主类结束
/*********提高国人Java水平,从你做起,从我做起,我看不如从Java204做起....*********//*联系我们 : 地址 : 北京市北方交通大学电气99-2班 29号信箱 邮编 : 100044 电话 : 010-63223904 或 13641045686 RFB : 冯霖 补充 : 我在16204宿舍住 :) *//*谢谢选择RainForest的产品,请多支持我们,我们会把更多更强的BOSS级工具奉献给用户*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -