@Unstable public interface InputSource extends Closeable
InputSource is supported by each
input stream is entirely input stream choice.
#clone() is only closing Closeable created by the InputSource itself. For example
DefaultInputStreamInputSource is not going to close the InputStream passed to its constructor
because it did not created it.
| Modifier and Type | Method and Description |
|---|---|
boolean |
restartSupported() |
Copyright © 2004–2014 XWiki. All rights reserved.