Package com.sun.jna.platform.unix
Class LibCAPI.size_t
- java.lang.Object
 - 
- java.lang.Number
 - 
- com.sun.jna.IntegerType
 - 
- com.sun.jna.platform.unix.LibCAPI.size_t
 
 
 
 
- 
- All Implemented Interfaces:
 NativeMapped,Serializable
- Enclosing interface:
 - LibCAPI
 
public static class LibCAPI.size_t extends IntegerType
This is an unsigned integer type used to represent the sizes of objects.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static LibCAPI.size_tZERO 
- 
Method Summary
- 
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString 
- 
Methods inherited from class java.lang.Number
byteValue, shortValue 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ZERO
public static final LibCAPI.size_t ZERO
 
 - 
 
 -