Package oshi.jna

Class ByRef.CloseableLONGLONGByReference

java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.platform.win32.WinDef.LONGLONGByReference
oshi.jna.ByRef.CloseableLONGLONGByReference
All Implemented Interfaces:
com.sun.jna.NativeMapped, AutoCloseable
Enclosing interface:
ByRef

public static class ByRef.CloseableLONGLONGByReference extends com.sun.jna.platform.win32.WinDef.LONGLONGByReference implements AutoCloseable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class com.sun.jna.platform.win32.WinDef.LONGLONGByReference

    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 Details

    • CloseableLONGLONGByReference

      public CloseableLONGLONGByReference()
  • Method Details