package ed;

import androidx.annotation.Nullable;
import java.nio.ByteBuffer;

/* JADX INFO: loaded from: classes.dex */
public final class b implements g {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final d f25828a;

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

    public b(e eVar, d dVar) {
        this.f25829b = eVar;
        this.f25828a = dVar;
    }

    @Override // ed.g
    public void reply(@Nullable ByteBuffer byteBuffer) {
        e eVar = this.f25829b;
        try {
            this.f25828a.reply(eVar.f25834c.decodeMessage(byteBuffer));
        } catch (RuntimeException unused) {
            String str = eVar.f25833b;
        }
    }
}
