public final class LongInt extends Struct
MPI.LONG_INT
datatype.Modifier and Type | Class and Description |
---|---|
class |
LongInt.Data
Class for reading/writing data in a struct stored in a byte buffer.
|
Modifier | Constructor and Description |
---|---|
protected |
LongInt(int longSize,
int intOff,
int intSize)
The struct object will be created only in MPI class.
|
Modifier and Type | Method and Description |
---|---|
protected LongInt.Data |
newData()
Creates a Data object.
|
protected LongInt(int longSize, int intOff, int intSize)
longSize
- size of longintOff
- int offsetintSize
- int sizeMPI.longInt
protected LongInt.Data newData()