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

Method ToArray

csharp/src/Fory/ByteBuffer.cs:391–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

389 }
390
391 public byte[] ToArray()
392 {
393 byte[] result = new byte[_count];
394 Array.Copy(_storage, 0, result, 0, _count);
395 return result;
396 }
397
398 public void Reset()
399 {

Callers 15

ReadDataMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
SerializeMethod · 0.80
DeserializeMethod · 0.80
WriteDataMethod · 0.80
EncodeMethod · 0.80
EncodeBodyMethod · 0.80
SnapshotPairsMethod · 0.80
ByteReaderMethod · 0.80
ResetMethod · 0.80

Calls

no outgoing calls