public interface ResourceStreamSource
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
InputStream |
readResource(String resourcePath)
Returns an
InputStream opened for the resource path, or
null otherwise. |
OutputStream |
writeResource(String resourcePath)
Returns an
OutputStream opened to write to the resource, or
null otherwise. |
InputStream readResource(String resourcePath)
InputStream opened for the resource path, or
null otherwise.OutputStream writeResource(String resourcePath)
OutputStream opened to write to the resource, or
null otherwise.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.