package defpackage;

import java.io.EOFException;
import java.io.IOException;
import java.rmi.UnmarshalException;

/* JADX INFO: renamed from: ˊᵥ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC1386 extends ᵽˊᵘᵬ {

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public int f5737;

    /* JADX INFO: Thrown type has an unknown type hierarchy: java.rmi.UnmarshalException */
    /* JADX INFO: renamed from: ˌᵨʠᵫ, reason: contains not printable characters */
    public final void m3964(C1709 c1709) throws UnmarshalException, IOException {
        C1128 c1128 = (C1128) this;
        C3055 c3055 = new C3055();
        c1128.f4826 = c3055;
        c1709.m4734(c3055);
        EnumC0914 enumC0914 = EnumC0914.FOUR;
        c1709.m4749(enumC0914);
        C4405 c4405 = (C4405) c1709.f6832;
        c4405.readInt();
        if (c4405.readInt() != 0) {
            c1128.f4827 = Long.valueOf(((long) c4405.readInt()) & 4294967295L);
        } else {
            c1128.f4827 = null;
        }
        c1709.m4749(enumC0914);
        this.f5737 = c4405.readInt();
        try {
            c1709.m4748();
            throw new UnmarshalException("At least one byte remained after reading the return code. Is this response aligned properly?");
        } catch (EOFException unused) {
        }
    }
}
