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()  
    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 getValue()  
    void setValue​(com.sun.jna.platform.unix.LibCAPI.size_t value)  
    java.lang.String 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

    • 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 java.lang.String toString()
      Overrides:
      toString in class com.sun.jna.ptr.ByReference