Package com.gengoai.io.resource
A mix between Java's FileSystem and Spring's Resource
-
Interface Summary Interface Description NonTraversableResource Defines a resources whose hierarchy is not traversable.ReadOnlyResource Defines a resource as being Read OnlyResource Information about a resource, which abstracts away the specific details on working with the resource.WriteOnlyResource Defines a resources as being write only -
Class Summary Class Description BaseResource Abstract base resourceByteArrayResource A Resource that wraps a byte array.ClasspathResource AResource
implementation for resources that exist on the classpath.EmptyResource An empty resourceFileResource AResource
implementation that wraps aFile
.InputStreamResource Resource that wraps anInputStream
OutputStreamResource Resource that wraps anOutputStream
ReaderResource Resource that wraps aReader
Resource.Deserializer ResourceChildIterator Iterates over the children of a given resource.StdinResource Resource that wraps standard inStdoutResource Resource that wraps standard outStringResource A resource that wraps a String.URIResource Resource that wraps a URIURLResource AResource
wrapper for a URL.WriterResource The type Writer resource.ZipResource The type Zip resource.