public abstract class AbstractInputStreamInputSource extends Object implements InputStreamInputSource
Modifier and Type | Field and Description |
---|---|
protected InputStream |
inputStream |
Constructor and Description |
---|
AbstractInputStreamInputSource() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
InputStream |
getInputStream() |
protected abstract InputStream |
openStream() |
boolean |
restartSupported() |
String |
toString() |
protected InputStream inputStream
public boolean restartSupported()
restartSupported
in interface InputSource
public InputStream getInputStream() throws IOException
getInputStream
in interface InputStreamInputSource
IOException
protected abstract InputStream openStream() throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2004–2022 XWiki. All rights reserved.