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
,Serializable
- Enclosing interface:
- LibCAPI
This is a signed integer type used for a count of bytes or an error
indication.
- See Also:
-
Field Summary
-
Constructor Summary
-
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 Details
-
ZERO
-
-
Constructor Details
-
ssize_t
public ssize_t() -
ssize_t
public ssize_t(long value)
-