Package org.supercsv.encoder
package org.supercsv.encoder
Provides the classes used for encoding CSV for writing.
-
ClassDescriptionDefines the interface for all CSV encoders.The default CsvEncoder implementation.A selective CsvEncoder implementation - only the desired column numbers (if any) are encoded.