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
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetValue()longvoidsetValue(long value) voidsetValue(LibCAPI.size_t value) Methods inherited from class com.sun.jna.ptr.ByReferencetoStringMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
- 
Constructor Details- 
ByReferencepublic ByReference()
- 
ByReferencepublic ByReference(long value) 
- 
ByReference
 
- 
- 
Method Details- 
setValuepublic void setValue(long value) 
- 
setValue
- 
longValuepublic long longValue()
- 
getValue
 
-