Interface WritableResource

All Superinterfaces:
InputStreamSource, Resource
All Known Implementing Classes:
FileSystemResource, FileUrlResource, PathResource

public interface WritableResource extends Resource
Extended interface for a resource that supports writing to it. Provides an OutputStream accessor.
Since:
3.1
Author:
Juergen Hoeller
See Also: