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,33 @@
package w0;
import android.database.Cursor;
import android.os.CancellationSignal;
import java.io.Closeable;
/* renamed from: w0.a, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0645a extends Closeable {
boolean B();
boolean G();
void J();
void K();
Cursor V(String str);
void b();
void c();
void i(String str);
boolean isOpen();
Cursor j(InterfaceC0648d interfaceC0648d, CancellationSignal cancellationSignal);
Cursor p(InterfaceC0648d interfaceC0648d);
InterfaceC0649e q(String str);
}

View File

@@ -0,0 +1,11 @@
package w0;
import java.io.Closeable;
/* renamed from: w0.b, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0646b extends Closeable {
InterfaceC0645a S();
void setWriteAheadLoggingEnabled(boolean z3);
}

View File

@@ -0,0 +1,17 @@
package w0;
import java.io.Closeable;
/* renamed from: w0.c, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0647c extends Closeable {
void I(int i, long j4);
void N(int i, byte[] bArr);
void k(int i, String str);
void t(int i);
void v(int i, double d4);
}

View File

@@ -0,0 +1,9 @@
package w0;
/* renamed from: w0.d, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0648d {
void s(InterfaceC0647c interfaceC0647c);
String x();
}

View File

@@ -0,0 +1,9 @@
package w0;
/* renamed from: w0.e, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0649e extends InterfaceC0647c {
long T();
int o();
}