Writes this object to the given writer. This is used to defer content creation until the point when it is streamed to the output destination. Oftentimes, content will be defined but not necessarily created (as it may be the case with a Closure definition.) In that case, the output is then 'def
(Writer out)
| 50 | * @throws IOException if an error occurred while outputting data to the writer |
| 51 | */ |
| 52 | Writer writeTo(Writer out) throws IOException; |
| 53 | |
| 54 | } |
no outgoing calls
no test coverage detected