Package org.libvirt.jna
Class SizeT
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
org.libvirt.jna.SizeT
- All Implemented Interfaces:
com.sun.jna.NativeMapped
,Serializable
public final class SizeT
extends com.sun.jna.IntegerType
Represents the native
size_t
data type.- See Also:
-
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
-
Constructor Details
-
SizeT
public SizeT() -
SizeT
public SizeT(long value)
-