Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ SetWriterIndex
Method
SetWriterIndex
go/fory/buffer.go:477–479 ·
view source on GitHub ↗
(index int)
Source
from the content-addressed store, hash-verified
475
}
476
477
func
(b *ByteBuffer) SetWriterIndex(index int) {
478
b.writerIndex = index
479
}
480
481
func
(b *ByteBuffer) ReaderIndex() int {
482
return
b.readerIndex
Callers
1
WriteData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected