Closed TheConstructor closed 1 month ago
In Java byte is signed, but in C# byte is unsigned
Tested the fix using .NET Framework 4.6.1 and .NET 3.1 today, and realized I missed the GetByteCount-method.
GetByteCount
In Java byte is signed, but in C# byte is unsigned