public class InputStreamContentProvider extends Object implements org.eclipse.scada.utils.pkg.deb.ContentProvider
| Constructor and Description |
|---|
InputStreamContentProvider(InputStream resource) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
createInputStream() |
long |
getSize() |
boolean |
hasContent() |
public InputStreamContentProvider(InputStream resource) throws IOException
IOExceptionpublic long getSize()
getSize in interface org.eclipse.scada.utils.pkg.deb.ContentProviderpublic InputStream createInputStream() throws IOException
createInputStream in interface org.eclipse.scada.utils.pkg.deb.ContentProviderIOExceptionpublic boolean hasContent()
hasContent in interface org.eclipse.scada.utils.pkg.deb.ContentProvider