package p5;

import java.io.Closeable;

/* JADX INFO: renamed from: p5.h, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C2738h implements Closeable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public C2740j f23096a;

    @Override // java.io.Closeable, java.lang.AutoCloseable
    public final void close() {
        if (this.f23096a == null) {
            throw new IllegalStateException("not attached to a buffer");
        }
        this.f23096a = null;
    }
}
