Property | Type | Description | |
---|---|---|---|
index | int |
Method | Description | |
---|---|---|
RePingResponse ( ) : ShineEngine | ||
getDataClassName ( ) : string |
获取数据类名
|
Method | Description | |
---|---|---|
execute ( ) : void |
执行
|
|
toReadBytesFull ( BytesReadStream stream ) : void |
读取字节流(完整版)
|
|
toReadBytesSimple ( BytesReadStream stream ) : void |
读取字节流(简版)
|
|
toRelease ( DataPool, pool ) : void |
回池
|
|
toWriteDataString ( DataWriter, writer ) : void |
转文本输出
|
protected toReadBytesFull ( BytesReadStream stream ) : void | ||
stream | BytesReadStream | |
return | void |
protected toReadBytesSimple ( BytesReadStream stream ) : void | ||
stream | BytesReadStream | |
return | void |
protected toRelease ( DataPool, pool ) : void | ||
pool | DataPool, | |
return | void |
protected toWriteDataString ( DataWriter, writer ) : void | ||
writer | DataWriter, | |
return | void |