package g5;

import com.bumptech.glide.Priority;
import com.bumptech.glide.load.DataSource;

/* JADX INFO: loaded from: classes.dex */
public final class f implements com.bumptech.glide.load.data.e {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final e f26176b;

    public f(byte[] bArr, e eVar) {
        this.f26175a = bArr;
        this.f26176b = eVar;
    }

    @Override // com.bumptech.glide.load.data.e
    public final Class a() {
        return this.f26176b.a();
    }

    @Override // com.bumptech.glide.load.data.e
    public final void b() {
    }

    @Override // com.bumptech.glide.load.data.e
    public final void cancel() {
    }

    @Override // com.bumptech.glide.load.data.e
    public final DataSource d() {
        return DataSource.f5589a;
    }

    @Override // com.bumptech.glide.load.data.e
    public final void e(Priority priority, com.bumptech.glide.load.data.d dVar) {
        dVar.onDataReady(this.f26176b.j(this.f26175a));
    }
}
