Uses of Class
com.Ostermiller.util.BadLineEndingException
-
Uses of BadLineEndingException in com.Ostermiller.util
Methods in com.Ostermiller.util that throw BadLineEndingExceptionModifier and TypeMethodDescriptionvoidCSVPrinter.setLineEnding(String lineEnding) Change this printer so that it uses a new line ending.voidExcelCSVPrinter.setLineEnding(String lineEnding) Change this printer so that it uses a new line ending.Constructors in com.Ostermiller.util that throw BadLineEndingExceptionModifierConstructorDescriptionCSVPrinter(Writer out, char commentStart, char quote, char delimiter, String lineEnding) Create a printer that will print values to the given stream.CSVPrinter(Writer out, char commentStart, char quote, char delimiter, String lineEnding, boolean alwaysQuote, boolean autoFlush) Create a printer that will print values to the given stream.ExcelCSVPrinter(Writer out, char quote, char delimiter, String lineEnding) Create a printer that will print values to the given stream.ExcelCSVPrinter(Writer out, char quote, char delimiter, String lineEnding, boolean alwaysQuote, boolean autoFlush) Create a printer that will print values to the given stream.