mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
16 lines
486 B
Java
16 lines
486 B
Java
package androidx.emoji2.text.flatbuffer;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class Constants {
|
|
static final int FILE_IDENTIFIER_LENGTH = 4;
|
|
static final int SIZEOF_BYTE = 1;
|
|
static final int SIZEOF_DOUBLE = 8;
|
|
static final int SIZEOF_FLOAT = 4;
|
|
static final int SIZEOF_INT = 4;
|
|
static final int SIZEOF_LONG = 8;
|
|
static final int SIZEOF_SHORT = 2;
|
|
public static final int SIZE_PREFIX_LENGTH = 4;
|
|
|
|
public static void FLATBUFFERS_1_12_0() {
|
|
}
|
|
}
|