discord-jadx/app/src/main/java/f0/b0.java

34 lines
725 B
Java
Raw Normal View History

2021-11-08 18:25:28 +00:00
package f0;
2021-06-27 20:44:35 +00:00
2021-11-08 18:25:28 +00:00
import g0.g;
2021-06-27 20:44:35 +00:00
import okhttp3.MediaType;
2021-08-24 17:45:16 +00:00
import okhttp3.ResponseBody;
/* compiled from: ResponseBody.kt */
2022-03-02 20:59:20 +00:00
/* loaded from: classes3.dex */
2021-08-24 17:45:16 +00:00
public final class b0 extends ResponseBody {
2021-12-17 22:03:14 +00:00
public final /* synthetic */ g l;
public final /* synthetic */ MediaType m;
public final /* synthetic */ long n;
2021-06-27 20:44:35 +00:00
2021-08-24 17:45:16 +00:00
public b0(g gVar, MediaType mediaType, long j) {
2021-12-17 22:03:14 +00:00
this.l = gVar;
this.m = mediaType;
this.n = j;
2021-06-27 20:44:35 +00:00
}
2021-08-24 17:45:16 +00:00
@Override // okhttp3.ResponseBody
public long a() {
2021-12-17 22:03:14 +00:00
return this.n;
2021-06-27 20:44:35 +00:00
}
2021-08-24 17:45:16 +00:00
@Override // okhttp3.ResponseBody
public MediaType b() {
2021-12-17 22:03:14 +00:00
return this.m;
2021-06-27 20:44:35 +00:00
}
2021-08-24 17:45:16 +00:00
@Override // okhttp3.ResponseBody
public g c() {
2021-12-17 22:03:14 +00:00
return this.l;
2021-06-27 20:44:35 +00:00
}
}