public interface Streamable
Modifier and Type | Method and Description |
---|---|
void |
writeTo(Writer writer)
Write the contents of the streamable to the provided writer.
|
void writeTo(Writer writer) throws IOException
writer
- the writer the streamable will be providing its output toIOException
- if some error occurs while writing to the provided writerCopyright © 2003–2015 Atlassian. All rights reserved.