package com.google.android.gms.internal.ads;

import java.nio.ByteBuffer;

/* JADX INFO: loaded from: classes2.dex */
public final class id extends zf2 {

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public id(String str, int i10) {
        super(str);
        this.f12481i = i10;
        if (i10 != 1) {
        } else {
            super("eof ");
        }
    }

    @Override // com.google.android.gms.internal.ads.zf2
    public final void b(ByteBuffer byteBuffer) {
        switch (this.f12481i) {
            case 0:
                byteBuffer.position(byteBuffer.remaining() + byteBuffer.position());
                break;
        }
    }
}
