程序包 mpi

类 LongInt.Data

封闭类:
LongInt

public final class LongInt.Data extends Struct.Data
Class for reading/writing data in a struct stored in a byte buffer.
  • 构造器详细资料

    • Data

      public Data()
  • 方法详细资料

    • getValue

      public long getValue()
      Gets the long value.
      返回:
      long value
    • getIndex

      public int getIndex()
      Gets the int value.
      返回:
      int value
    • putValue

      public void putValue(long v)
      Puts the long value.
      参数:
      v - long value
    • putIndex

      public void putIndex(int v)
      Puts the int value.
      参数:
      v - int value