spring-framework / org.springframework.core.io / WritableResource / getOutputStream

getOutputStream

abstract fun getOutputStream(): OutputStream

Return an OutputStream for the underlying resource, allowing to (over-)write its content.

Exceptions

IOException - if the stream could not be opened

See Also
#getInputStream()