package m4;

import java.io.Closeable;
import java.io.OutputStream;
import java.nio.ByteBuffer;

/* JADX INFO: renamed from: m4.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC2494c implements Closeable {
    public abstract void A(int i6);

    public final void a(int i6) {
        if (y() < i6) {
            throw new IndexOutOfBoundsException();
        }
    }

    public boolean c() {
        return this instanceof C2555w1;
    }

    public abstract AbstractC2494c d(int i6);

    public abstract void f(OutputStream outputStream, int i6);

    public abstract void g(ByteBuffer byteBuffer);

    public abstract void i(byte[] bArr, int i6, int i7);

    public abstract int t();

    public abstract int y();

    public void z() {
        throw new UnsupportedOperationException();
    }

    public void b() {
    }

    @Override // java.io.Closeable, java.lang.AutoCloseable
    public void close() {
    }
}
