Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package l3;
import java.io.IOException;
/* loaded from: classes3.dex */
public abstract class s {
public static int a(int i, int i4, int i5) {
if ((i4 & 8) != 0) {
i--;
}
if (i5 <= i) {
return i - i5;
}
throw new IOException(C.w.k("PROTOCOL_ERROR padding ", i5, i, " > remaining length "));
}
}