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

34 lines
725 B
Java
Raw Normal View History

2021-11-02 06:38:17 +00:00
package f0;
2021-08-03 07:33:18 +00:00
2021-11-02 06:38:17 +00:00
import g0.g;
2021-08-03 07:33:18 +00:00
import okhttp3.MediaType;
2021-08-10 21:19:22 +00:00
import okhttp3.ResponseBody;
/* compiled from: ResponseBody.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes3.dex */
2021-08-10 21:19:22 +00:00
public final class b0 extends ResponseBody {
2021-12-02 18:53:44 +00:00
public final /* synthetic */ g l;
public final /* synthetic */ MediaType m;
public final /* synthetic */ long n;
2021-08-03 07:33:18 +00:00
2021-08-10 21:19:22 +00:00
public b0(g gVar, MediaType mediaType, long j) {
2021-12-02 18:53:44 +00:00
this.l = gVar;
this.m = mediaType;
this.n = j;
2021-08-03 07:33:18 +00:00
}
2021-08-10 21:19:22 +00:00
@Override // okhttp3.ResponseBody
public long a() {
2021-12-02 18:53:44 +00:00
return this.n;
2021-08-03 07:33:18 +00:00
}
2021-08-10 21:19:22 +00:00
@Override // okhttp3.ResponseBody
public MediaType b() {
2021-12-02 18:53:44 +00:00
return this.m;
2021-08-03 07:33:18 +00:00
}
2021-08-10 21:19:22 +00:00
@Override // okhttp3.ResponseBody
public g c() {
2021-12-02 18:53:44 +00:00
return this.l;
2021-08-03 07:33:18 +00:00
}
}