|
com.Ostermiller.util Java Utilities |
|||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of BadLineEndingException in com.Ostermiller.util |
|---|
| Methods in com.Ostermiller.util that throw BadLineEndingException | |
|---|---|
void |
CSVPrinter.setLineEnding(String lineEnding)
Change this printer so that it uses a new line ending. |
void |
ExcelCSVPrinter.setLineEnding(String lineEnding)
Change this printer so that it uses a new line ending. |
| Constructors in com.Ostermiller.util that throw BadLineEndingException | |
|---|---|
CSVPrinter(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. |
|
|
com.Ostermiller.util Java Utilities |
|||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
Copyright © 2001-2012 by Stephen Ostermiller