Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ writeString
Method
writeString
javascript/packages/core/lib/context.ts:503–505 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
501
}
502
503
writeString(value: string) {
504
this.writer.stringWithHeader(value);
505
}
506
507
writeBuffer(value: ArrayLike<number>) {
508
this.writer.buffer(value);
Callers
2
write
Method · 0.45
NewJava11StringSuite
Class · 0.45
Calls
1
stringWithHeader
Method · 0.45
Tested by
1
write
Method · 0.36