Class ValueDecoderFactory.LongArrayDecoder

    • Method Detail

      • getValues

        public long[] getValues()
      • decodeValue

        public boolean decodeValue​(java.lang.String input)
                            throws java.lang.IllegalArgumentException
        Description copied from class: TypedArrayDecoder
        Method called to decode single (element) value that given textual input contains and store it in result array.
        Specified by:
        decodeValue in class TypedArrayDecoder
        Returns:
        True if decoding is complete, that is, no more elements can be added to contained array
        Throws:
        java.lang.IllegalArgumentException
      • decodeValue

        public boolean decodeValue​(char[] buffer,
                                   int start,
                                   int end)
                            throws java.lang.IllegalArgumentException
        Specified by:
        decodeValue in class TypedArrayDecoder
        Throws:
        java.lang.IllegalArgumentException