Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ readByte
Method
readByte
packages/fairygui/src/utils/ByteBuffer.ts:172–174 ·
view source on GitHub ↗
* Read byte * 读取字节
()
Source
from the content-addressed store, hash-verified
170
* 读取字节
171
*/
172
public readByte(): number {
173
return
this.getUint8();
174
}
175
176
/**
177
* Read short
Callers
15
setup
Method · 0.80
loadPackage
Method · 0.80
loadFont
Method · 0.80
constructFromResource2
Method · 0.80
setup
Method · 0.80
setup_beforeAdd
Method · 0.80
setup_afterAdd
Method · 0.80
setup
Method · 0.80
setup
Function · 0.80
setup_beforeAdd
Method · 0.80
setup_beforeAdd
Method · 0.80
setup_beforeAdd
Method · 0.80
Calls
1
getUint8
Method · 0.95
Tested by
no test coverage detected