public abstract class AbstractOutputStreamOutputTarget extends Object implements OutputStreamOutputTarget
Modifier and Type | Field and Description |
---|---|
protected OutputStream |
outputStream |
Constructor and Description |
---|
AbstractOutputStreamOutputTarget() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
OutputStream |
getOutputStream() |
protected abstract OutputStream |
openStream() |
boolean |
restartSupported() |
protected OutputStream outputStream
protected abstract OutputStream openStream() throws IOException
IOException
public boolean restartSupported()
restartSupported
in interface OutputTarget
public OutputStream getOutputStream() throws IOException
getOutputStream
in interface OutputStreamOutputTarget
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2004–2022 XWiki. All rights reserved.