Package com.streambase.sb.operator
Interface IResourceReader
- 
public interface IResourceReader 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetDataDirectory()InputStreamgetResourceContents(String name)FilegetResourceFile(String name) 
 - 
 
- 
- 
Method Detail
- 
getResourceContents
InputStream getResourceContents(String name) throws ResourceNotFoundException, StreamBaseException
 
- 
getResourceFile
File getResourceFile(String name) throws ResourceNotFoundException, StreamBaseException
 
- 
getDataDirectory
Path getDataDirectory() throws IOException
- Throws:
 IOException
 
 - 
 
 -