[]
This is an implementation of the 'CBlkWTData' abstract class for signed 32 bit integer data.
<p>The methods in this class are declared final, so that they can be
inlined by inlining compilers.</p>
public class CBlkWTDataInt : CBlkWTData
Name | Description |
---|---|
CBlkWTDataInt() |
Name | Description |
---|---|
data_array | The array where the data is stored |
Name | Description |
---|---|
Data | Returns the array containing the data, or null if there is no data array. The returned array is an int array. |
DataInt | Returns the array containing the data, or null if there is no data array. |
DataType | Returns the data type of this object, always DataBlk.TYPE_INT. |