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,- AutoCloseable
- Enclosing interface:
- ByRef
public static class ByRef.CloseableSizeTByReference
extends com.sun.jna.platform.unix.LibCAPI.size_t.ByReference
implements AutoCloseable
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.platform.unix.LibCAPI.size_t.ByReferencegetValue, longValue, setValue, setValueMethods inherited from class com.sun.jna.ptr.ByReferencetoStringMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
- 
Constructor Details- 
CloseableSizeTByReferencepublic CloseableSizeTByReference()
- 
CloseableSizeTByReferencepublic CloseableSizeTByReference(long value) 
 
- 
- 
Method Details- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
 
-