Package mpi

Class LongInt.Data

Enclosing class:
LongInt

public final class LongInt.Data extends Struct.Data
Class for reading/writing data in a struct stored in a byte buffer.
  • Constructor Details

    • Data

      public Data()
  • Method Details

    • getValue

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

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

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

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