org.csveed.token.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of csveed Show documentation
Show all versions of csveed Show documentation
Java toolkit for mapping CSV-to-Bean mapping and vice versa. Redirection to Introduction in 5 seconds!
/**
* The package responsible for reading a CSV line from a {@link java.io.Reader} and converting this
* to tokens. The tokens are translated to lines by a separate process. The tokenizer is highly
* configurable with regards to the symbols, skipping instructions and the start line.
*/
package org.csveed.token;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy