Package org.libvirt.jna
Class SizeTByReference
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.sun.jna.ptr.ByReference
-
- org.libvirt.jna.SizeTByReference
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public final class SizeTByReference extends com.sun.jna.ptr.ByReference
Represents a native (call-by-reference) pointer tosize_t
data type.
-
-
Constructor Summary
Constructors Constructor Description SizeTByReference()
SizeTByReference(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getValue()
void
setValue(long value)
-