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