what-the-bank/sources/o/C16435oNn.java

40 lines
987 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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<ByteBuffer> {
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<ByteBuffer> {
@Override // o.Box.HBt
public final /* synthetic */ Box<ByteBuffer> b(ByteBuffer byteBuffer) {
return new C16435oNn(byteBuffer);
}
@Override // o.Box.HBt
public final Class<ByteBuffer> a() {
return ByteBuffer.class;
}
}
}