Package org.xwiki.filter.output
Interface OutputStreamOutputTarget
-
- All Superinterfaces:
AutoCloseable,Closeable,OutputTarget
- All Known Implementing Classes:
AbstractOutputStreamOutputTarget,ByteArrayOutputTarget,DefaultFileOutputTarget,DefaultOutputStreamOutputTarget
public interface OutputStreamOutputTarget extends OutputTarget
- Since:
- 6.2M1
- Version:
- $Id: 34e9677b42475cdd239f3dad9b467c3b9c21c0bc $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputStreamgetOutputStream()-
Methods inherited from interface org.xwiki.filter.output.OutputTarget
restartSupported
-
-
-
-
Method Detail
-
getOutputStream
OutputStream getOutputStream() throws IOException
- Throws:
IOException
-
-