Package ucar.nc2.jni.netcdf
Class SizeT
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- ucar.nc2.jni.netcdf.SizeT
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
,Serializable
public class SizeT extends com.sun.jna.IntegerType
Map a native size_t with JNA. TODO: This will move packages in version 6. TODO: This may not be needed in version 6.- See Also:
- , Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classcom.sun.jna.IntegerType
-
-