Package ucar.nc2.jni.netcdf
Class SizeTByReference
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.sun.jna.ptr.ByReference
-
- ucar.nc2.jni.netcdf.SizeTByReference
-
-
Constructor Summary
Constructors Constructor Description SizeTByReference()
SizeTByReference(SizeT value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SizeT
getValue()
int
intValue()
long
longValue()
void
setValue(SizeT value)
-