public interface OutputTarget extends Closeable
OutputTarget
is
supported by each input stream is entirely output stream choice.
Closeable.close()
is only closing Closeable
created by the OutputTarget
itself. For example
DefaultOutputStreamOutputTarget
is not going to close the OutputStream
passed to its
constructor because it did not created it.
Modifier and Type | Method and Description |
---|---|
boolean |
restartSupported() |
Copyright © 2004–2022 XWiki. All rights reserved.