public interface Sink
ContentRewriter.| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream()
Returns an
OutputStream suitable for writing binary data. |
Writer |
getWriter()
Returns a
Writer object that can send character text. |
OutputStream getOutputStream() throws IOException
OutputStream suitable for writing binary data.IOExceptionWriter getWriter() throws IOException
Writer object that can send character text.IOExceptionCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.