package f0; import g0.g; import okhttp3.MediaType; import okhttp3.ResponseBody; /* compiled from: ResponseBody.kt */ public final class c0 extends ResponseBody { public final /* synthetic */ g k; public final /* synthetic */ MediaType l; public final /* synthetic */ long m; public c0(g gVar, MediaType mediaType, long j) { this.k = gVar; this.l = mediaType; this.m = j; } @Override // okhttp3.ResponseBody public long a() { return this.m; } @Override // okhttp3.ResponseBody public MediaType b() { return this.l; } @Override // okhttp3.ResponseBody public g c() { return this.k; } }