Class VariableIndexRow

  • All Implemented Interfaces:
    VPFRow

    public class VariableIndexRow
    extends Object
    implements VPFRow
    VariableIndexRow.java Created: Sun Mar 16 23:28:11 2003
    Author:
    Artur Hefczyc
    • Constructor Summary

      Constructors 
      Constructor Description
      VariableIndexRow​(int offset, int size)
      Creates a new VariableIndexRow instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getOffset()
      Gets the value of offset
      int getSize()
      Gets the value of size
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VariableIndexRow

        public VariableIndexRow​(int offset,
                                int size)
        Creates a new VariableIndexRow instance.
        Parameters:
        offset - an int value
        size - an int value
    • Method Detail

      • getOffset

        public int getOffset()
        Gets the value of offset
        Returns:
        the value of offset
      • getSize

        public int getSize()
        Gets the value of size
        Returns:
        the value of size