Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ ReadByte
Method
ReadByte
projects/CSharp/Proto/com.chronoxor.fbe.cs:239–242 ·
view source on GitHub ↗
(byte[] buffer, long offset)
Source
from the content-addressed store, hash-verified
237
}
238
239
public static byte ReadByte(byte[] buffer, long offset)
240
{
241
return buffer[offset];
242
}
243
244
public static char ReadChar(byte[] buffer, long offset)
245
{
Callers
15
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
ReadByte
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Calls
no outgoing calls
Tested by
1
Deserialize
Method · 0.36