Uses of Interface
nl.basjes.parse.useragent.utils.springframework.core.io.InputStreamSource
Packages that use InputStreamSource
-
Uses of InputStreamSource in nl.basjes.parse.useragent.utils.springframework.core.io
Subinterfaces of InputStreamSource in nl.basjes.parse.useragent.utils.springframework.core.ioModifier and TypeInterfaceDescriptioninterfaceInterface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.Classes in nl.basjes.parse.useragent.utils.springframework.core.io that implement InputStreamSourceModifier and TypeClassDescriptionclassAbstract base class for resources which resolve URLs into File references, such as {link UrlResource} or {link ClassPathResource}.classConvenience base class for {link Resource} implementations, pre-implementing typical behavior.class{link Resource} implementation for class path resources.protected static classClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.class{link Resource} implementation forjava.io.Fileandjava.nio.file.Pathhandles with a file system target.classSubclass of {link UrlResource} which assumes file resolution, to the degree of implementing the {link WritableResource} interface for it.class{link Resource} implementation forjava.net.URLlocators.classJBoss VFS based {link Resource} implementation.