Package oshi.jna

Class ByRef.CloseableHANDLEByReference

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped, java.lang.AutoCloseable
    Enclosing interface:
    ByRef

    public static class ByRef.CloseableHANDLEByReference
    extends com.sun.jna.platform.win32.WinNT.HANDLEByReference
    implements java.lang.AutoCloseable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class com.sun.jna.platform.win32.WinNT.HANDLEByReference

        getValue, setValue
      • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CloseableHANDLEByReference

        public CloseableHANDLEByReference()
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable