Package org.commonjava.test.http.stream
Interface StreamResolver
-
- All Known Implementing Classes:
FileResolver,JarFileResolver
public interface StreamResolverCreated by jdcasey on 8/17/15.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamget(String path)
-
-
-
Method Detail
-
get
InputStream get(String path) throws IOException
- Throws:
IOException
-
-