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

Method Write

projects/CSharp/Proto/com.chronoxor.fbe.cs:589–589  ·  view source on GitHub ↗
(long offset, uint value)

Source from the content-addressed store, hash-verified

587
588 protected uint ReadUInt32(long offset) { return Buffer.ReadUInt32(Buffer.Data, Buffer.Offset + offset); }
589 protected void Write(long offset, uint value) { Buffer.Write(Buffer.Data, Buffer.Offset + offset, value); }
590
591 #endregion
592 }

Callers 5

WriteMethod · 0.45
GetMethod · 0.45
GetMethod · 0.45
ReceiveMethod · 0.45
ReceiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected