java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.ptr.IntByReference
oshi.jna.ByRef.CloseableIntByReference
- All Implemented Interfaces:
com.sun.jna.NativeMapped
,AutoCloseable
- Enclosing interface:
- ByRef
public static class ByRef.CloseableIntByReference
extends com.sun.jna.ptr.IntByReference
implements AutoCloseable
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sun.jna.ptr.IntByReference
getValue, setValue, toString
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Constructor Details
-
CloseableIntByReference
public CloseableIntByReference() -
CloseableIntByReference
public CloseableIntByReference(int value)
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-