public final class ShortInt extends Struct
MPI.SHORT_INT
datatype.Modifier and Type | Class and Description |
---|---|
class |
ShortInt.Data
Class for reading/writing data in a struct stored in a byte buffer.
|
Modifier | Constructor and Description |
---|---|
protected |
ShortInt(int shortSize,
int intOff,
int intSize)
The struct object will be created only in MPI class.
|
Modifier and Type | Method and Description |
---|---|
protected ShortInt.Data |
newData()
Creates a Data object.
|
protected ShortInt(int shortSize, int intOff, int intSize)
shortSize
- short sizeintOff
- int offsetintSize
- int sizeMPI.shortInt
protected ShortInt.Data newData()