public interface OutputFormat
You can implement custom output formats using this interface and OutputAdapter.writeTo(Writer, OutputFormat);
| Modifier and Type | Method and Description |
|---|---|
String |
format(String key,
char separator,
List<String> values,
List<String> comments) |
String |
formatContentType() |
String |
formatFooter() |
String |
formatHeader() |
Copyright © 2011-2014 David R. Smith. All Rights Reserved.