Package mpi
Class LongInt
java.lang.Object
mpi.Struct
mpi.LongInt
Struct class for
MPI.LONG_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
LongInt
(int longSize, int intOff, int intSize) The struct object will be created only in MPI class. -
Method Summary
-
Constructor Details
-
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:
-
-
Method Details