public interface IResourceReader
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getResourceContents(java.lang.String name) |
java.io.File |
getResourceFile(java.lang.String name) |
java.io.InputStream getResourceContents(java.lang.String name) throws ResourceNotFoundException, StreamBaseException
java.io.File getResourceFile(java.lang.String name) throws ResourceNotFoundException, StreamBaseException