CZ 5 months ago
parent 76006f54e9
commit 641f0d8fb9

@ -61,7 +61,7 @@ public static class BitUtls
{
length = length / 8;
var bt = new byte[length];
start = start / 8;
for (var i = start; i < start + length; i++) bt[i - start] = bytes[i];
return bt;

Loading…
Cancel
Save