Package mpi
Class ShortInt
java.lang.Object
mpi.Struct
mpi.ShortInt
Struct class for
MPI.SHORT_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
ShortInt
(int shortSize, int intOff, int intSize) The struct object will be created only in MPI class. -
Method Summary
-
Constructor Details
-
ShortInt
protected ShortInt(int shortSize, int intOff, int intSize) The struct object will be created only in MPI class.- Parameters:
shortSize
- short sizeintOff
- int offsetintSize
- int size- See Also:
-
-
Method Details