Package com.sun.jna.platform.unix
Class LibCAPI.ssize_t
- java.lang.Object
- 
- java.lang.Number
- 
- com.sun.jna.IntegerType
- 
- com.sun.jna.platform.unix.LibCAPI.ssize_t
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped,- java.io.Serializable
 - Enclosing interface:
- LibCAPI
 
 public static class LibCAPI.ssize_t extends IntegerType This is a signed integer type used for a count of bytes or an error indication.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static LibCAPI.ssize_tZERO
 - 
Method Summary- 
Methods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
 
- 
 
- 
- 
- 
Field Detail- 
ZEROpublic static final LibCAPI.ssize_t ZERO 
 
- 
 
-