Package mpi
Class ShortInt
- java.lang.Object
-
- mpi.Struct
-
- mpi.ShortInt
-
public final class ShortInt extends Struct
Struct class forMPI.SHORT_INTdatatype.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classShortInt.DataClass for reading/writing data in a struct stored in a byte buffer.
-
Constructor Summary
Constructors Modifier Constructor Description protectedShortInt(int shortSize, 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 ShortInt.DatanewData()Creates a Data object.
-
-
-
Constructor Detail
-
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:
MPI.shortInt
-
-
Method Detail
-
newData
protected ShortInt.Data newData()
Creates a Data object.
-
-