ICommonDataTypespublic interface ICommonDataTypes Defines some C scalar types. |
Fields Summary |
---|
public static final int | SIZEOF_NO_BYTES | public static final int | SIZEOF_VOID | public static final int | SIZEOF_ONE_BYTE | public static final int | SIZEOF_UNSIGNED_CHAR | public static final int | SIZEOF_JBOOLEAN | public static final int | SIZEOF_BOOLEAN | public static final int | SIZEOF_BOOL | public static final int | SIZEOF_SIGNED_8_BITS | public static final int | SIZEOF_SIGNED_CHAR | public static final int | SIZEOF_JBYTE | public static final int | SIZEOF_TWO_BYTES | public static final int | SIZEOF_UNSIGNED_SHORT | public static final int | SIZEOF_JCHAR | public static final int | SIZEOF_UINT16 | public static final int | SIZEOF_SIGNED_16_BITS | public static final int | SIZEOF_SIGNED_SHORT | public static final int | SIZEOF_JSHORT | public static final int | SIZEOF_SHORT | public static final int | SIZEOF_INT16 | public static final int | SIZE_OF_FOUR_BYTES | public static final int | SIZEOF_UNSIGNED_32_BITS | public static final int | SIZEOF_UINT32 | public static final int | SIZEOF_UNSIGNED_LONG | public static final int | SIZEOF_SIGNED_32_BITS | public static final int | SIZEOF_SIGNED_LONG | public static final int | SIZEOF_JINT | public static final int | SIZEOF_JSIZE | public static final int | SIZEOF_LONG | public static final int | SIZEOF_INT32 | public static final int | SIZEOF_IEEE754_32_BITS | public static final int | SIZEOF_JFLOAT | public static final int | SIZEOF_FLOAT | public static final int | SIZEOF_EIGHT_BYTES | public static final int | SIZEOF_UNSIGNED_64_BITS | public static final int | SIZEOF_SIGNED_64_BITS | public static final int | SIZEOF_JLONG | public static final int | SIZEOF_IEEE754_64_BITS | public static final int | SIZEOF_JDOUBLE | public static final int | SIZEOF_DOUBLE |
|