Java org.springframework.core.io WritableResource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.io WritableResource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.io WritableResource.

The text is from its open source code.

Implementation

org.springframework.core.io.WritableResource has the following implementations.
Click this link to see all its implementation.

Method

booleanexists()
Determine whether this resource actually exists in physical form.
OutputStreamgetOutputStream()
Return an OutputStream for the underlying resource, allowing to (over-)write its content.