JakeWharton / picnic

A Kotlin DSL and Java/Kotlin builder API for constructing HTML-like tables which can be rendered to text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing a PrintStream to renderText

cwensel opened this issue · comments

It would be great if we could pass a PrintStream to the renderText call so that large tables can be streamed out immediately and to reduce the memory footprint.