package okhttp3;

import p5.InterfaceC2741k;

/* JADX INFO: loaded from: classes3.dex */
public final class RequestBody$Companion$toRequestBody$2 extends RequestBody {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ MediaType f22137b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ int f22138c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ byte[] f22139d;

    public RequestBody$Companion$toRequestBody$2(MediaType mediaType, int i6, byte[] bArr) {
        this.f22137b = mediaType;
        this.f22138c = i6;
        this.f22139d = bArr;
    }

    @Override // okhttp3.RequestBody
    public final long a() {
        return this.f22138c;
    }

    @Override // okhttp3.RequestBody
    public final MediaType b() {
        return this.f22137b;
    }

    @Override // okhttp3.RequestBody
    public final void c(InterfaceC2741k interfaceC2741k) {
        interfaceC2741k.l(this.f22139d, this.f22138c);
    }
}
