| 程序包 | 说明 |
|---|---|
| cn.sexycode.util.core.cls | |
| cn.sexycode.util.core.io | |
| cn.sexycode.util.core.io.support |
| 类和说明 |
|---|
| 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).
|
| 类和说明 |
|---|
| 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. |
ClassPathResource
Resource implementation for class path resources. |
| ContextResource
Extended interface for a resource that is loaded from an enclosing
'context', e.g. from a
javax.servlet.ServletContext but also
from plain classpath paths or relative file system paths (specified
without an explicit prefix, hence applying relative to the local
ResourceLoader's context). |
| DefaultResourceLoader
Default implementation of the
ResourceLoader interface. |
| InputStreamSource
Simple interface for objects that are sources for an
InputStream. |
| 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).
|
UrlResource
Resource implementation for java.net.URL locators. |
| WritableResource
Extended interface for a resource that supports writing to it.
|
| 类和说明 |
|---|
| InputStreamSource
Simple interface for objects that are sources for an
InputStream. |
| 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).
|
| VfsUtils
Utility for detecting and accessing JBoss VFS in the classpath.
|
Copyright © 2020. All rights reserved.