40 lines
987 B
Java
40 lines
987 B
Java
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;
|
|
}
|
|
}
|
|
}
|