package com.vungle.warren.downloader; import java.io.File; /* loaded from: classes2.dex */ public interface a { /* renamed from: com.vungle.warren.downloader.a$a, reason: collision with other inner class name */ public static class C0121a { /* renamed from: a, reason: collision with root package name */ public final int f8086a; /* renamed from: b, reason: collision with root package name */ public final int f8087b; /* renamed from: c, reason: collision with root package name */ public final Throwable f8088c; public C0121a(int i10, Throwable th, int i11) { this.f8087b = i10; this.f8088c = th; this.f8086a = i11; } } public static class b { /* renamed from: a, reason: collision with root package name */ public int f8089a; /* renamed from: b, reason: collision with root package name */ public int f8090b; /* renamed from: c, reason: collision with root package name */ public long f8091c; /* renamed from: d, reason: collision with root package name */ public long f8092d; /* renamed from: e, reason: collision with root package name */ public long f8093e; public static b a(b bVar) { b bVar2 = new b(); bVar2.f8089a = bVar.f8089a; bVar2.f8090b = bVar.f8090b; bVar2.f8091c = bVar.f8091c; bVar2.f8093e = bVar.f8093e; bVar2.f8092d = bVar.f8092d; return bVar2; } } void a(File file, f fVar); void b(C0121a c0121a, f fVar); void c(b bVar, f fVar); }