Class NativeSizeTByReference

java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
oshi.jna.platform.unix.NativeSizeTByReference
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class NativeSizeTByReference extends com.sun.jna.ptr.ByReference
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    NativeSizeTByReference​(com.sun.jna.platform.unix.LibCAPI.size_t value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sun.jna.platform.unix.LibCAPI.size_t
     
    void
    setValue​(com.sun.jna.platform.unix.LibCAPI.size_t value)
     
     

    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

    • NativeSizeTByReference

      public NativeSizeTByReference()
    • NativeSizeTByReference

      public NativeSizeTByReference(com.sun.jna.platform.unix.LibCAPI.size_t value)
  • Method Details

    • setValue

      public void setValue(com.sun.jna.platform.unix.LibCAPI.size_t value)
    • getValue

      public com.sun.jna.platform.unix.LibCAPI.size_t getValue()
    • toString

      public String toString()
      Overrides:
      toString in class com.sun.jna.ptr.ByReference