- UCHAR - Static variable in class com.kenai.jffi.Type
-
The native unsigned char type
- UINT - Static variable in class com.kenai.jffi.Type
-
The native unsigned integer type
- UINT16 - Static variable in class com.kenai.jffi.Type
-
The native unsigned 16 bit integer type
- UINT32 - Static variable in class com.kenai.jffi.Type
-
The native unsigned 32 bit integer type
- UINT64 - Static variable in class com.kenai.jffi.Type
-
The native unsigned 64 bit integer type
- UINT8 - Static variable in class com.kenai.jffi.Type
-
The native unsigned 8 bit integer type
- ULONG - Static variable in class com.kenai.jffi.Type
-
The native unsigned long integer type
- ULONG_LONG - Static variable in class com.kenai.jffi.Type
-
The native unsigned long long integer type
- Union - Class in com.kenai.jffi
-
Describes the layout of a C union
- Union(Type...) - Constructor for class com.kenai.jffi.Union
-
Creates a new C union layout description.
- unregister(Class) - Static method in class com.kenai.jffi.NativeMethods
-
Removes all native method attachments for the specified class.
- USHORT - Static variable in class com.kenai.jffi.Type
-
The native unsigned short integer type