Package mpi
Class Int2
- java.lang.Object
-
- mpi.Struct
-
- mpi.Int2
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classInt2.DataClass for reading/writing data in a struct stored in a byte buffer.
-
Constructor Summary
Constructors Modifier Constructor Description protectedInt2(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 Int2.DatanewData()Creates a Data object.
-
-
-
Constructor Detail
-
Int2
protected Int2(int intOff, int intSize)The struct object will be created only in MPI class.- Parameters:
intOff- int offsetintSize- int size- See Also:
MPI.int2
-
-