MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / Receive

Method Receive

projects/CSharp/Proto/com.chronoxor.fbe.cs:9661–9661  ·  view source on GitHub ↗

Receive data

(Buffer buffer)

Source from the content-addressed store, hash-verified

9659
9660 // Receive data
9661 public void Receive(Buffer buffer) { Receive(buffer.Data, 0, buffer.Size); }
9662 public void Receive(byte[] buffer) { Receive(buffer, 0, buffer.Length); }
9663 public void Receive(byte[] buffer, long offset, long size)
9664 {

Callers

nothing calls this directly

Calls 6

OnReceiveInterface · 0.85
ReadUInt32Method · 0.45
AllocateMethod · 0.45
CopyMethod · 0.45
WriteMethod · 0.45
ResetMethod · 0.45

Tested by

no test coverage detected