public interface ContentProducer
ContentProducer interface.
| Modifier and Type | Method and Description |
|---|---|
void |
write(Writer out)
Writes the content to out
|
void write(Writer out) throws IOException
out - a Writer object.IOException - if any.Copyright © 2017. All rights reserved.