Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readString
Method
readString
javascript/packages/core/lib/context.ts:1517–1519 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1515
}
1516
1517
readString() {
1518
return
this.reader.stringWithHeader();
1519
}
1520
1521
readBuffer(length: number) {
1522
return
this.reader.buffer(length);
Callers
2
read
Method · 0.45
createJDK8StringByFory
Method · 0.45
Calls
1
stringWithHeader
Method · 0.45
Tested by
1
read
Method · 0.36