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

Method WriterIndex

go/fory/buffer.go:468–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

466}
467
468func (b *ByteBuffer) WriterIndex() int {
469 return b.writerIndex
470}
471
472// Bytes returns all written bytes from the buffer (from 0 to writerIndex).
473func (b *ByteBuffer) Bytes() []byte {

Calls

no outgoing calls