package defpackage;

import java.io.IOException;
import java.io.InputStream;

/* JADX INFO: renamed from: ᵳᵜˊ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C4592 extends C2295 {
    public C4592(InputStream inputStream) {
        super(inputStream);
        if (inputStream.markSupported()) {
            this.f9009.mark(Integer.MAX_VALUE);
        } else {
            ᵕᵩʽᵲ.ᵮᵣᵗˈ("Cannot create SeekableByteOrderedDataInputStream with stream that does not support mark/reset");
            throw null;
        }
    }

    public C4592(byte[] bArr) {
        super(bArr);
        this.f9009.mark(Integer.MAX_VALUE);
    }

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final void m9676(long j) throws IOException {
        int i = this.f9010;
        if (i > j) {
            this.f9010 = 0;
            this.f9009.reset();
        } else {
            j -= (long) i;
        }
        m5920((int) j);
    }
}
