Package cn.mapway.spring.resource
Class SpringResourceLocation.SpringResource
- java.lang.Object
-
- org.nutz.resource.NutResource
-
- cn.mapway.spring.resource.SpringResourceLocation.SpringResource
-
- All Implemented Interfaces:
Comparable<org.nutz.resource.NutResource>
- Enclosing class:
- SpringResourceLocation
public class SpringResourceLocation.SpringResource extends org.nutz.resource.NutResource
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.core.io.Resourceresource
-
Constructor Summary
Constructors Constructor Description SpringResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetInputStream()
-
-
-
Method Detail
-
getInputStream
public InputStream getInputStream() throws IOException
- Specified by:
getInputStreamin classorg.nutz.resource.NutResource- Throws:
IOException
-
-