package p138.p145.p146.p151.p160.p162;

import java.nio.ByteBuffer;
import p138.p145.p146.p151.p152.InterfaceC2858;

/* JADX INFO: renamed from: ދ.ؠ.֏.ތ.ތ.ށ.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C3128 implements InterfaceC2858<ByteBuffer> {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final ByteBuffer f9362;

    /* JADX INFO: renamed from: ދ.ؠ.֏.ތ.ތ.ށ.֏$֏, reason: contains not printable characters */
    public static class C3129 implements InterfaceC2858.InterfaceC2859<ByteBuffer> {
        @Override // p138.p145.p146.p151.p152.InterfaceC2858.InterfaceC2859
        /* JADX INFO: renamed from: ֏ */
        public Class<ByteBuffer> mo4993() {
            return ByteBuffer.class;
        }

        @Override // p138.p145.p146.p151.p152.InterfaceC2858.InterfaceC2859
        /* JADX INFO: renamed from: ֏ */
        public InterfaceC2858<ByteBuffer> mo4994(ByteBuffer byteBuffer) {
            return new C3128(byteBuffer);
        }
    }

    public C3128(ByteBuffer byteBuffer) {
        this.f9362 = byteBuffer;
    }

    @Override // p138.p145.p146.p151.p152.InterfaceC2858
    /* JADX INFO: renamed from: ֏ */
    public ByteBuffer mo4991() {
        this.f9362.position(0);
        return this.f9362;
    }

    @Override // p138.p145.p146.p151.p152.InterfaceC2858
    /* JADX INFO: renamed from: ؠ */
    public void mo4992() {
    }
}
