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,22 @@
package Q2;
import T2.p;
import T2.r;
import java.io.IOException;
import java.io.StringWriter;
/* loaded from: classes3.dex */
public abstract class f {
public final String toString() {
try {
StringWriter stringWriter = new StringWriter();
Y2.b bVar = new Y2.b(stringWriter);
bVar.f2157e = true;
p pVar = r.f1710a;
T2.h.d(bVar, this);
return stringWriter.toString();
} catch (IOException e4) {
throw new AssertionError(e4);
}
}
}