Package org.codenarc.util.io
Interface Resource
-
- All Known Implementing Classes:
ClassPathResource,UrlResource
public interface Resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists()InputStreamgetInputStream()
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream() throws IOException
- Throws:
IOException
-
exists
boolean exists()
-
-