bpsm / edn-java

a reader for extensible data notation
Eclipse Public License 1.0
100 stars 24 forks source link

Printer should be able to work with any Appendable (not just Writer) #14

Closed bpsm closed 12 years ago

bpsm commented 12 years ago

Currently Printer requires a Writer. This is unnecessarily restrictive. We should be able to work with anything that's Appendable.

This follows up on issue-11.