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