Uses of Class
com.Ostermiller.util.BadLineEndingException

Packages that use BadLineEndingException
com.Ostermiller.util   
 

Uses of BadLineEndingException in com.Ostermiller.util
 

Methods in com.Ostermiller.util that throw BadLineEndingException
 void CSVPrinter.setLineEnding(java.lang.String lineEnding)
          Change this printer so that it uses a new line ending.
 void ExcelCSVPrinter.setLineEnding(java.lang.String lineEnding)
          Change this printer so that it uses a new line ending.
 

Constructors in com.Ostermiller.util that throw BadLineEndingException
CSVPrinter(java.io.Writer out, char commentStart, char quote, char delimiter, java.lang.String lineEnding)
          Create a printer that will print values to the given stream.
CSVPrinter(java.io.Writer out, char commentStart, char quote, char delimiter, java.lang.String lineEnding, boolean alwaysQuote, boolean autoFlush)
          Create a printer that will print values to the given stream.
ExcelCSVPrinter(java.io.Writer out, char quote, char delimiter, java.lang.String lineEnding)
          Create a printer that will print values to the given stream.
ExcelCSVPrinter(java.io.Writer out, char quote, char delimiter, java.lang.String lineEnding, boolean alwaysQuote, boolean autoFlush)
          Create a printer that will print values to the given stream.