update nugets & code optimization
This commit is contained in:
@@ -93,7 +93,7 @@ public class MIO0
|
||||
public static byte[] mio0_decode(byte[] mio0_buf)
|
||||
{
|
||||
|
||||
MIO0_Header head = new MIO0_Header();
|
||||
MIO0_Header head = new();
|
||||
uint bytes_written = 0;
|
||||
int bit_idx = 0;
|
||||
int comp_idx = 0;
|
||||
|
||||
Reference in New Issue
Block a user