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

Method ReadChar

projects/CSharp/Proto/com.chronoxor.fbe.cs:244–247  ·  view source on GitHub ↗
(byte[] buffer, long offset)

Source from the content-addressed store, hash-verified

242 }
243
244 public static char ReadChar(byte[] buffer, long offset)
245 {
246 return (char)ReadUInt8(buffer, offset);
247 }
248
249 public static char ReadWChar(byte[] buffer, long offset)
250 {

Callers 1

ReadCharMethod · 0.45

Calls 1

ReadUInt8Function · 0.85

Tested by

no test coverage detected