Package org.nd4j.common.io
Interface InputStreamSource
-
- All Known Subinterfaces:
Resource
- All Known Implementing Classes:
AbstractFileResolvingResource,AbstractResource,ClassPathResource,VfsResource
public interface InputStreamSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetInputStream()
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream() throws IOException
- Throws:
IOException
-
-