|
|||||||||
Home >> All >> org >> springframework >> core >> [ io overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.springframework.core.io
Basic classes facilitating exception handling, and providing core interfaces that are not specific to any part of the framework.
See:
Description
Interface Summary | |
InputStreamSource | Simple interface for objects that are sources for java.io.InputStreams. |
Resource | Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource. |
ResourceLoader | Interface to be implemented by objects that can load resources. |
Class Summary | |
AbstractPathResolvingPropertyEditor | Abstract base class for PropertyEditors that need to resolve placeholders in paths. |
AbstractResource | Convenience base class for Resource implementations, pre-implementing typical behavior. |
ClassPathResource | Resource implementation for class path resources. |
DefaultResourceLoader | Default implementation of the ResourceLoader interface. |
FileSystemResource | Resource implementation for java.io.File handles. |
FileSystemResourceLoader | ResourceLoader implementation that resolves paths as file system resources rather than as class path resources (DefaultResourceLoader's strategy). |
InputStreamResource | Resource implementation for a given InputStream. |
ResourceEditor | Editor for Resource descriptors, to automatically convert String locations (e.g. |
UrlResource | Resource implementation for java.net.URL locators. |
Package org.springframework.core.io Description
Basic classes facilitating exception handling, and providing core interfaces that are not specific to any part of the framework.