public class DRCNetMessageInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
byte[] |
buf |
long |
bufLen |
boolean |
isBigMsg |
long |
messageID |
long |
orgLen |
int |
processOffset |
int |
randomAccessOffset |
byte |
type |
| 构造器和说明 |
|---|
DRCNetMessageInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
readByteA() |
long |
readLong() |
long |
readLongA() |
int |
readUnsignedByte() |
int |
readUnsignedByteA() |
int |
readUnsignedInt() |
int |
readUnsignedIntA() |
int |
readUnsignedShort() |
int |
readUnsignedShortA() |
void |
setRandomOffset(int offset) |
String |
toString() |
public byte[] buf
public long bufLen
public long messageID
public byte type
public boolean isBigMsg
public long orgLen
public int processOffset
public int randomAccessOffset
public int readUnsignedByte()
public int readUnsignedShort()
public int readUnsignedInt()
public void setRandomOffset(int offset)
public long readLong()
public int readUnsignedByteA()
public byte readByteA()
public int readUnsignedShortA()
public int readUnsignedIntA()
public long readLongA()
Copyright © 2017. All Rights Reserved.