接口 WritableResource

所有超级接口:
InputStreamSource, Resource
所有已知实现类:
FileSystemResource, FileUrlResource, PathResource

public interface WritableResource extends Resource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Extended interface for a resource that supports writing to it. Provides an OutputStream accessor.
从以下版本开始:
3.1
作者:
Juergen Hoeller
另请参阅: