Package com.sun.jna.platform.unix
Class LibCAPI.size_t.ByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.platform.unix.LibCAPI.size_t.ByReference
- All Implemented Interfaces:
NativeMapped
- Enclosing class:
- LibCAPI.size_t
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
long
void
setValue
(long value) void
setValue
(LibCAPI.size_t value) Methods inherited from class com.sun.jna.ptr.ByReference
toString
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Constructor Details
-
ByReference
public ByReference() -
ByReference
public ByReference(long value) -
ByReference
-
-
Method Details
-
setValue
public void setValue(long value) -
setValue
-
longValue
public long longValue() -
getValue
-