static int readInt8(List<int> buff, int p) { Uint8List a = BinT.uint8; a[0] = buff[p]; return BinT.int8[0]; }