Interface StorageDataConverterTypeCsvToBinary.ValueHandler

    • Method Summary

      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.