public class AsciiOutputFormat extends Object implements OutputFormat
| Modifier and Type | Field and Description |
|---|---|
protected static SimpleDateFormat |
dateFormatISO8601 |
lineSeparator| Constructor and Description |
|---|
AsciiOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(String key,
char separator,
List<String> values,
Comment comments) |
String |
formatContentType() |
String |
formatFooter() |
String |
formatHeader() |
protected static final SimpleDateFormat dateFormatISO8601
public String formatContentType()
formatContentType in interface OutputFormatpublic String formatHeader()
formatHeader in interface OutputFormatpublic String format(String key, char separator, List<String> values, Comment comments)
format in interface OutputFormatpublic String formatFooter()
formatFooter in interface OutputFormatCopyright © 2011–2016 David R. Smith. All rights reserved.