Package com.sun.jna.platform.unix
Class LibCAPI.size_t.ByReference
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.ptr.ByReference
- 
- com.sun.jna.platform.unix.LibCAPI.size_t.ByReference
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Enclosing class:
- LibCAPI.size_t
 
 public static class LibCAPI.size_t.ByReference extends ByReference 
- 
- 
Constructor SummaryConstructors Constructor Description ByReference()ByReference(long value)ByReference(LibCAPI.size_t value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LibCAPI.size_tgetValue()longlongValue()voidsetValue(long value)voidsetValue(LibCAPI.size_t value)- 
Methods inherited from class com.sun.jna.ptr.ByReferencetoString
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
- 
 
- 
- 
- 
Constructor Detail- 
ByReferencepublic ByReference() 
 - 
ByReferencepublic ByReference(long value) 
 - 
ByReferencepublic ByReference(LibCAPI.size_t value) 
 
- 
 - 
Method Detail- 
setValuepublic void setValue(long value) 
 - 
setValuepublic void setValue(LibCAPI.size_t value) 
 - 
longValuepublic long longValue() 
 - 
getValuepublic LibCAPI.size_t getValue() 
 
- 
 
-