forked from KNEMC/KLALB
优化代码,性能暴涨
This commit is contained in:
@@ -4,12 +4,13 @@ import java.nio.ByteBuffer;
|
||||
|
||||
public class VADDRACKPacket extends KLALBPacket {
|
||||
|
||||
private static final int HEADER_LENGTH=1;
|
||||
public VADDRACKPacket() {
|
||||
super(VADDRACK);
|
||||
super(VADDRACK,HEADER_LENGTH);
|
||||
}
|
||||
|
||||
public VADDRACKPacket(ByteBuffer bb) {
|
||||
super(bb);
|
||||
super(bb,HEADER_LENGTH);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user