Package oshi.jna.platform.unix
Class NativeSizeTByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
oshi.jna.platform.unix.NativeSizeTByReference
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class NativeSizeTByReference
extends com.sun.jna.ptr.ByReference
-
Constructor Summary
Constructors Constructor Description NativeSizeTByReference()NativeSizeTByReference(com.sun.jna.platform.unix.LibCAPI.size_t value) -
Method Summary
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNativeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
NativeSizeTByReference
public NativeSizeTByReference() -
NativeSizeTByReference
public NativeSizeTByReference(com.sun.jna.platform.unix.LibCAPI.size_t value)
-
-
Method Details
-
setValue
public void setValue(com.sun.jna.platform.unix.LibCAPI.size_t value) -
getValue
public com.sun.jna.platform.unix.LibCAPI.size_t getValue() -
toString
public java.lang.String toString()- Overrides:
toStringin classcom.sun.jna.ptr.ByReference
-