Package org.springframework.core.io

Generic abstraction for (file-based) resources, used throughout the framework.

See
          Description

Class Diagram Summary
io 
 

Interface Summary
InputStreamSourceSimple interface for objects that are sources for java.io.InputStreams.
ResourceInterface for a resource descriptor that abstracts from the actual type of resource, like file or classpath resource.
 

Class Summary
AbstractResourceConvenience base class for Resource implementations, pre-implementing typical behavior.
ClassPathResourceResource implementation for classpath resources.
FileSystemResourceResource implementation for java.io.File handles.
InputStreamResourceResource implementation for a given InputStream.
ResourceEditorEditor for Resource descriptors, to convert String locations to Resource properties automatically instead of using a String location property.
UrlResourceResource implementation for java.net.URL locators.
 

Package org.springframework.core.io Description

Generic abstraction for (file-based) resources, used throughout the framework.