Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
16
apk_decompiled/sources/l3/s.java
Normal file
16
apk_decompiled/sources/l3/s.java
Normal 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 "));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user