程序包的使用
cn.taketoday.core.io
使用cn.taketoday.core.io的程序包
程序包
说明
Provides core helpers that are not specific to any part of the framework.
Generic abstraction for working with byte buffer implementations.
Support classes for reading annotation and class-level metadata.
Useful Tools
-
类说明Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
-
类说明Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
-
类说明Abstract base class for resources which resolve URLs into File references, such as
UrlResourceorClassPathResource.Convenience base class forResourceimplementations, pre-implementing typical behavior.Resourceimplementation for class path resources.Extended interface for a resource that is loaded from an enclosing 'context', e.g. from ajakarta.servlet.ServletContextbut also from plain classpath paths or relative file system paths (specified without an explicit prefix, hence applying relative to the localResourceLoader's context).Default implementation of theResourceLoaderinterface.Holder that combines aResourcedescriptor with a specific encoding orCharsetto be used for reading from the resource.Subclass ofUrlResourcewhich assumes file resolution, to the degree of implementing theWritableResourceinterface for it.Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) intoResourceobjects.Strategy interface for creating resource-basedPropertySourcewrappers.A resolution strategy for protocol-specific resource handles.Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.This class implements the Wrapper or Decorator pattern.Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.Subclass ofPropertiesPropertySourcethat loads aPropertiesobject from a givenResourceor resource location such as"classpath:/com/myco/foo.properties"or"file:/path/to/file.xml".Resourceimplementation forjava.net.URLlocators.Extended interface for a resource that supports writing to it. -
类说明Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
-
类说明Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.
-
类说明Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.