public interface WritableResource extends Resource
OutputStream accessor.
This is based originally off spring abstraction.| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream()
Return an
OutputStream for the underlying resource, allowing to
(over-)write its content. |
exists, getFilename, getInputStreamOutputStream getOutputStream() throws IOException
OutputStream for the underlying resource, allowing to
(over-)write its content.
Caller is responsible for closing the streamnull)IOException - if the stream could not be openedResource.getInputStream()Copyright © 2016. All Rights Reserved.