Interface StorageDataConverterTypeCsvToBinary.ValueHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int handleValue​(char[] data, int offset, int bound, char separator, char terminator)
      Starts parsing a value from the given data array starting at the given offset, esnures the completely parsed value will get written, returns the position stopping position as the new current offset.
    • Method Detail

      • handleValue

        int handleValue​(char[] data,
                        int offset,
                        int bound,
                        char separator,
                        char terminator)
        Starts parsing a value from the given data array starting at the given offset, esnures the completely parsed value will get written, returns the position stopping position as the new current offset.
        Parameters:
        data - the data array
        offset - start offset
        bound - bound offset
        separator - separator char
        terminator - terminator char
        Returns:
        the position stopping position as the new current offset