| 程序包 | 说明 |
|---|---|
| com.firefly.utils.io |
| 类和说明 |
|---|
| AbstractFileResolvingResource
Abstract base class for resources which resolve URLs into File references,
such as
UrlResource or ClassPathResource. |
| AbstractResource
Convenience base class for
Resource implementations,
pre-implementing typical behavior. |
| BufferReaderHandler |
ClassPathResource
Resource implementation for class path resources. |
| ContextResource |
| DefaultResourceLoader
Default implementation of the
ResourceLoader interface. |
| InputStreamSource
Simple interface for objects that are sources for an
InputStream. |
| LineReaderHandler |
| PipedStream |
| ProtocolResolver
A resolution strategy for protocol-specific resource handles.
|
| Resource
Interface for a resource descriptor that abstracts from the actual type of
underlying resource, such as a file or class path resource.
|
| ResourceLoader
Strategy interface for loading resources (e.. class path or file system
resources).
|
| WritableResource
Extended interface for a resource that supports writing to it.
|
Copyright © 2016. All rights reserved.