Package mpi
Class Int2.Data
java.lang.Object
mpi.Struct.Data
mpi.Int2.Data
- Enclosing class:
- Int2
Class for reading/writing data in a struct stored in a byte buffer.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mpi.Struct.Data
getBuffer, getBuffer, getBuffer, getByte, getByte, getChar, getChar, getData, getData, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, putByte, putByte, putChar, putChar, putDouble, putDouble, putFloat, putFloat, putInt, putInt, putLong, putLong, putShort, putShort
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
getValue
public int getValue()Gets the first int.- Returns:
- first int
-
getIndex
public int getIndex()Gets the second int.- Returns:
- second int
-
putValue
public void putValue(int v) Puts the first int.- Parameters:
v
- first value
-
putIndex
public void putIndex(int v) Puts the second int.- Parameters:
v
- second int
-