Interface CLInfoAccessor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int[] getInts​(int key, int n)  
      long getLong​(int key)
      Returns the long value for the given key.
      String getString​(int key)
      Returns the String value for the given key.
      long getUInt32Long​(int key)
      Returns the uint32_t value for the given key, reinterpreted as a long value.
    • Method Detail

      • getInts

        int[] getInts​(int key,
                      int n)
      • getUInt32Long

        long getUInt32Long​(int key)
        Returns the uint32_t value for the given key, reinterpreted as a long value.
      • getLong

        long getLong​(int key)
        Returns the long value for the given key.
      • getString

        String getString​(int key)
        Returns the String value for the given key.