Package oshi.jna
Class ByRef.CloseableSizeTByReference
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.sun.jna.ptr.ByReference
-
- com.sun.jna.platform.unix.LibCAPI.size_t.ByReference
-
- oshi.jna.ByRef.CloseableSizeTByReference
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
,java.lang.AutoCloseable
- Enclosing interface:
- ByRef
public static class ByRef.CloseableSizeTByReference extends com.sun.jna.platform.unix.LibCAPI.size_t.ByReference implements java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description CloseableSizeTByReference()
CloseableSizeTByReference(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
Methods inherited from class com.sun.jna.platform.unix.LibCAPI.size_t.ByReference
getValue, longValue, setValue, setValue
-
-