public interface ContentProvider
Modifier and Type | Field and Description |
---|---|
static ContentProvider |
NULL_CONTENT |
Modifier and Type | Method and Description |
---|---|
InputStream |
createInputStream()
Create a new input stream
Note: The caller must close the stream |
long |
getSize() |
boolean |
hasContent() |
static final ContentProvider NULL_CONTENT
long getSize()
InputStream createInputStream() throws IOException
IOException
boolean hasContent()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.