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

Method ReaderIndex

go/fory/buffer.go:481–483  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

479}
480
481func (b *ByteBuffer) ReaderIndex() int {
482 return b.readerIndex
483}
484
485func (b *ByteBuffer) SetReaderIndex(index int) {
486 b.readerIndex = index

Calls

no outgoing calls