Rabbit-R1/android (non root)/java/sources/androidx/emoji2/text/flatbuffer/Struct.java

23 lines
458 B
Java
Raw Permalink Normal View History

2024-05-21 21:08:36 +00:00
package androidx.emoji2.text.flatbuffer;
import java.nio.ByteBuffer;
/* loaded from: classes2.dex */
public class Struct {
protected ByteBuffer bb;
protected int bb_pos;
protected void __reset(int i, ByteBuffer byteBuffer) {
this.bb = byteBuffer;
if (byteBuffer != null) {
this.bb_pos = i;
} else {
this.bb_pos = 0;
}
}
public void __reset() {
__reset(0, null);
}
}