package o; import java.io.IOException; import java.nio.ByteBuffer; import o.Box; /* renamed from: o.oNn, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C16435oNn implements Box { private final ByteBuffer c; @Override // o.Box public final void b() { } @Override // o.Box public final /* synthetic */ ByteBuffer a() throws IOException { this.c.position(0); return this.c; } public C16435oNn(ByteBuffer byteBuffer) { this.c = byteBuffer; } /* renamed from: o.oNn$HBt */ /* loaded from: classes.dex */ public static class HBt implements Box.HBt { @Override // o.Box.HBt public final /* synthetic */ Box b(ByteBuffer byteBuffer) { return new C16435oNn(byteBuffer); } @Override // o.Box.HBt public final Class a() { return ByteBuffer.class; } } }