Package | Description |
---|---|
com.streambase.sb.operator |
Provides classes and interfaces to add custom operators to StreamBase applications.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
IResourceReader.getResourceContents(String name) |
InputStream |
Operator.getResourceContents(String name)
Returns an open input stream on the contents of the named resource file.
|
File |
IResourceReader.getResourceFile(String name) |
File |
Operator.getResourceFile(String name)
Returns a
File pointing to the regular file or directory
if it exists. |