MCPcopy Create free account
hub / github.com/apache/fory / SetReaderIndex

Method SetReaderIndex

go/fory/buffer.go:485–487  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

483}
484
485func (b *ByteBuffer) SetReaderIndex(index int) {
486 b.readerIndex = index
487}
488
489func (b *ByteBuffer) Reset() {
490 b.readerIndex = 0

Calls

no outgoing calls