| Package | Description |
|---|---|
| bpsm.edn.printer |
| Modifier and Type | Method and Description |
|---|---|
Printer |
Printer.append(char c) |
Printer |
Printer.append(CharSequence csq) |
static Printer |
Printers.newPrinter(Printer.Config cfg,
Appendable out) |
static Printer |
Printers.newPrinter(Writer writer) |
Printer |
Printer.printValue(Object ednValue) |
Printer |
Printer.softspace() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
PrintFn.eval(E self,
Printer printer)
Implementations which may generate an
IOException should
throw it by first wrapping it in an EdnIOException. |
Copyright © 2012. All Rights Reserved.