Uses of Interface
com.helger.commons.io.resource.IReadableResource
Packages that use IReadableResource
Package
Description
-
Uses of IReadableResource in com.helger.commons.gfx
Methods in com.helger.commons.gfx that return types with arguments of type IReadableResourceModifier and TypeMethodDescriptionImageDataManager.getAllCachedSizes()ImageDataManager.getAllNotExistingResources()Methods in com.helger.commons.gfx with parameters of type IReadableResourceModifier and TypeMethodDescriptionImageDataManager.clearCachedSize(IReadableResource aRes) Remove a single resource from the cache.ImageDataManager.getImageSize(IReadableResource aRes) -
Uses of IReadableResource in com.helger.commons.io.relative
Methods in com.helger.commons.io.relative that return IReadableResourceModifier and TypeMethodDescriptionIPathRelativeIO.getResource(String sRelativePath) Get the file system resource relative to the base path.PathRelativeIO.getResource(String sRelativePath) -
Uses of IReadableResource in com.helger.commons.io.resource
Subinterfaces of IReadableResource in com.helger.commons.io.resourceModifier and TypeInterfaceDescriptioninterfaceBase interface for an abstract resource that is both readable and writable.Classes in com.helger.commons.io.resource that implement IReadableResourceModifier and TypeClassDescriptionclassWraps a class path object as a readable resource.classImplementation of theIReadableResourceandIWritableResourceinterfaces for file system objects.classImplementation of theIReadableResourceinterface for URL objects.Methods in com.helger.commons.io.resource that return IReadableResourceModifier and TypeMethodDescriptionIReadableResource.getReadableCloneForPath(String sPath) Get a new resource of the same implementation type as this object but for a different path. -
Uses of IReadableResource in com.helger.commons.io.resource.inmemory
Subinterfaces of IReadableResource in com.helger.commons.io.resource.inmemoryModifier and TypeInterfaceDescriptioninterfaceMarker interface for readable resources that are "in-memory" only.Classes in com.helger.commons.io.resource.inmemory that implement IReadableResourceModifier and TypeClassDescriptionclassAbstract base class for anIReadableResourcethat is not really a resource but where the API does not offer alternatives.classAn in-memoryIReadableResourcebased on a byte array.classAn in-memoryIReadableResourcebased on anInputStream.classAn in-memoryIReadableResourcebased on aStringwhich is converted to a byte array with the provided charset.Methods in com.helger.commons.io.resource.inmemory that return IReadableResourceModifier and TypeMethodDescriptionAbstractMemoryReadableResource.getReadableCloneForPath(String sPath) -
Uses of IReadableResource in com.helger.commons.io.resource.wrapped
Subinterfaces of IReadableResource in com.helger.commons.io.resource.wrappedModifier and TypeInterfaceDescriptioninterfaceInterface for readable resources that are "wrapped".Classes in com.helger.commons.io.resource.wrapped that implement IReadableResourceModifier and TypeClassDescriptionclassA wrapper around a readable resource forInputStreammanipulation .classA readable resource that is GZIP compressed.Methods in com.helger.commons.io.resource.wrapped that return IReadableResourceModifier and TypeMethodDescriptionAbstractWrappedReadableResource.getWrappedReadableResource()IWrappedReadableResource.getWrappedReadableResource()Constructors in com.helger.commons.io.resource.wrapped with parameters of type IReadableResourceModifierConstructorDescriptionprotectedAbstractWrappedReadableResource(IReadableResource aBaseResource) GZIPReadableResource(IReadableResource aBaseResource) -
Uses of IReadableResource in com.helger.commons.io.resourceprovider
Methods in com.helger.commons.io.resourceprovider that return IReadableResourceModifier and TypeMethodDescriptionClassPathResourceProvider.getReadableResource(String sName) FileSystemResourceProvider.getReadableResource(String sName) IReadableResourceProvider.getReadableResource(String sName) Get the resource specified by the given name for reading.ReadableResourceProviderChain.getReadableResource(String sName) URLResourceProvider.getReadableResource(String sURL) ReadableResourceProviderChain.getReadableResourceIf(String sName, Predicate<? super IReadableResource> aReturnFilter) Method parameters in com.helger.commons.io.resourceprovider with type arguments of type IReadableResourceModifier and TypeMethodDescriptionReadableResourceProviderChain.getReadableResourceIf(String sName, Predicate<? super IReadableResource> aReturnFilter) -
Uses of IReadableResource in com.helger.commons.io.resourceresolver
Methods in com.helger.commons.io.resourceresolver that return IReadableResourceModifier and TypeMethodDescriptionstatic IReadableResourceDefaultResourceResolver.getResolvedResource(String sSystemId, String sBaseURI) Do the standard resource resolving of sSystemId relative to sBaseURIstatic IReadableResourceDefaultResourceResolver.getResolvedResource(String sSystemId, String sBaseURI, ClassLoader aClassLoader) Do the standard resource resolving of sSystemId relative to sBaseURI -
Uses of IReadableResource in com.helger.commons.lang
Methods in com.helger.commons.lang with parameters of type IReadableResourceModifier and TypeMethodDescriptionstatic NonBlockingPropertiesPropertiesHelper.loadProperties(IReadableResource aRes) static NonBlockingPropertiesPropertiesHelper.loadProperties(IReadableResource aRes, Charset aCharset)