Package mpi
Class DoubleInt
java.lang.Object
mpi.Struct
mpi.DoubleInt
Struct class for
MPI.DOUBLE_INT
datatype.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal class
Class for reading/writing data in a struct stored in a byte buffer. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DoubleInt
(int intOff, int intSize) The struct object will be created only in MPI class. -
Method Summary
-
Constructor Details
-
DoubleInt
protected DoubleInt(int intOff, int intSize) The struct object will be created only in MPI class.- Parameters:
intOff
- int offsetintSize
- int size- See Also:
-
-
Method Details