Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadChar
Method · 0.45
Calls
1
ReadUInt8
Function · 0.85
Tested by
no test coverage detected