Class ValueGetter.XDR

    • Method Detail

      • getInt

        protected int getInt​(int index)
        Description copied from class: ValueGetter
        Get a 32-Bit integer
        Specified by:
        getInt in class ValueGetter
        Parameters:
        index - the index to get the value from
        Returns:
        the int value
      • getLong

        protected long getLong​(int index)
        Description copied from class: ValueGetter
        Get a long value. This is not needed directly, but as a nice side-effect from GetDouble.
        Specified by:
        getLong in class ValueGetter
        Parameters:
        index - the index to get the value from
        Returns:
        the long value