public interface WriteableASCII
| Modifier and Type | Method and Description |
|---|---|
String |
asciiHeader()
Header for ascii output.
|
void |
writeASCII(PrintWriter out)
Write the content of this as ascii to out.
|
void writeASCII(PrintWriter out) throws IOException
out - sink to write toIOException - an error writing to outString asciiHeader()