I have a String path which contains something like
- ./config.cfg
- classpath:config.cfg
is there a consistent way of getting a InputStream or do i have to detect the classpath: prefix manually?
I have a String path which contains something like
is there a consistent way of getting a InputStream or do i have to detect the classpath: prefix manually?