public interface IResourceReader
| Modifier and Type | Method and Description | 
|---|---|
Path | 
getDataDirectory()  | 
InputStream | 
getResourceContents(String name)  | 
File | 
getResourceFile(String name)  | 
InputStream getResourceContents(String name) throws ResourceNotFoundException, StreamBaseException
File getResourceFile(String name) throws ResourceNotFoundException, StreamBaseException
Path getDataDirectory() throws IOException
IOExceptionCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.