Interface SampleValue

    • Method Detail

      • getElementCount

        int getElementCount()
      • getValue

        Number getValue​(int index)
      • getStringValue

        String getStringValue​(int index)
      • toJSONString

        String toJSONString()
      • getValues

        List getValues()
      • getValueAsBytes

        ByteBuffer getValueAsBytes()
        Return the value as a ByteBuffer that is ready to read.
        Returns:
        ByteBuffer