Package mpi
Class LongInt
- java.lang.Object
-
- mpi.Struct
-
- mpi.LongInt
-
public final class LongInt extends Struct
Struct class forMPI.LONG_INT
datatype.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
LongInt.Data
Class for reading/writing data in a struct stored in a byte buffer.
-
Constructor Summary
Constructors Modifier Constructor Description protected
LongInt​(int longSize, int intOff, int intSize)
The struct object will be created only in MPI class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LongInt.Data
newData()
Creates a Data object.
-
-
-
Constructor Detail
-
LongInt
protected LongInt​(int longSize, int intOff, int intSize)
The struct object will be created only in MPI class.- Parameters:
longSize
- size of longintOff
- int offsetintSize
- int size- See Also:
MPI.longInt
-
-
Method Detail
-
newData
protected LongInt.Data newData()
Creates a Data object.
-
-