public interface Source
ContentRewriter.| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
Retrieves the content as binary data using a
InputStream. |
Reader |
getReader()
Retrieves the content as character data using a
Reader. |
InputStream getInputStream() throws IOException
InputStream.IOExceptionReader getReader() throws IOException
Reader.IOExceptionCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.