Uses of Interface
com.helger.commons.io.resource.IReadableResource
-
-
Uses of IReadableResource in com.helger.commons.gfx
Methods in com.helger.commons.gfx that return types with arguments of type IReadableResource Modifier and Type Method Description ICommonsMap<IReadableResource,SizeInt>ImageDataManager. getAllCachedSizes()ICommonsSet<IReadableResource>ImageDataManager. getAllNotExistingResources()Methods in com.helger.commons.gfx with parameters of type IReadableResource Modifier and Type Method Description EChangeImageDataManager. clearCachedSize(IReadableResource aRes)Remove a single resource from the cache.SizeIntImageDataManager. getImageSize(IReadableResource aRes) -
Uses of IReadableResource in com.helger.commons.io.relative
Methods in com.helger.commons.io.relative that return IReadableResource Modifier and Type Method Description IReadableResourceIPathRelativeIO. getResource(String sRelativePath)Get the file system resource relative to the base path.IReadableResourcePathRelativeIO. getResource(String sRelativePath) -
Uses of IReadableResource in com.helger.commons.io.resource
Subinterfaces of IReadableResource in com.helger.commons.io.resource Modifier and Type Interface Description interfaceIReadWriteResourceBase interface for an abstract resource that is both readable and writable.Classes in com.helger.commons.io.resource that implement IReadableResource Modifier and Type Class Description classClassPathResourceWraps a class path object as a readable resource.classFileSystemResourceImplementation of theIReadableResourceandIWritableResourceinterfaces for file system objects.classURLResourceImplementation of theIReadableResourceinterface for URL objects.Methods in com.helger.commons.io.resource that return IReadableResource Modifier and Type Method Description IReadableResourceIReadableResource. 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.inmemory Modifier and Type Interface Description interfaceIMemoryReadableResourceMarker interface for readable resources that are "in-memory" only.Classes in com.helger.commons.io.resource.inmemory that implement IReadableResource Modifier and Type Class Description classAbstractMemoryReadableResourceAbstract base class for anIReadableResourcethat is not really a resource but where the API does not offer alternatives.classReadableResourceByteArrayAn in-memoryIReadableResourcebased on a byte array.classReadableResourceInputStreamAn in-memoryIReadableResourcebased on anInputStream.classReadableResourceStringAn in-memoryIReadableResourcebased on aStringwhich is converted to a byte array with the provided charset.Methods in com.helger.commons.io.resource.inmemory that return IReadableResource Modifier and Type Method Description IReadableResourceAbstractMemoryReadableResource. getReadableCloneForPath(String sPath) -
Uses of IReadableResource in com.helger.commons.io.resource.wrapped
Subinterfaces of IReadableResource in com.helger.commons.io.resource.wrapped Modifier and Type Interface Description interfaceIWrappedReadableResourceInterface for readable resources that are "wrapped".Classes in com.helger.commons.io.resource.wrapped that implement IReadableResource Modifier and Type Class Description classAbstractWrappedReadableResourceA wrapper around a readable resource forInputStreammanipulation .classGZIPReadableResourceA readable resource that is GZIP compressed.Methods in com.helger.commons.io.resource.wrapped that return IReadableResource Modifier and Type Method Description IReadableResourceAbstractWrappedReadableResource. getWrappedReadableResource()IReadableResourceIWrappedReadableResource. getWrappedReadableResource()Constructors in com.helger.commons.io.resource.wrapped with parameters of type IReadableResource Constructor Description AbstractWrappedReadableResource(IReadableResource aBaseResource)GZIPReadableResource(IReadableResource aBaseResource) -
Uses of IReadableResource in com.helger.commons.io.resourceprovider
Methods in com.helger.commons.io.resourceprovider that return IReadableResource Modifier and Type Method Description IReadableResourceClassPathResourceProvider. getReadableResource(String sName)IReadableResourceFileSystemResourceProvider. getReadableResource(String sName)IReadableResourceIReadableResourceProvider. getReadableResource(String sName)Get the resource specified by the given name for reading.IReadableResourceReadableResourceProviderChain. getReadableResource(String sName)IReadableResourceURLResourceProvider. getReadableResource(String sURL)IReadableResourceReadableResourceProviderChain. getReadableResourceIf(String sName, Predicate<? super IReadableResource> aReturnFilter)Method parameters in com.helger.commons.io.resourceprovider with type arguments of type IReadableResource Modifier and Type Method Description IReadableResourceReadableResourceProviderChain. 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 IReadableResource Modifier and Type Method Description static 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 IReadableResource Modifier and Type Method Description static NonBlockingPropertiesPropertiesHelper. loadProperties(IReadableResource aRes)static NonBlockingPropertiesPropertiesHelper. loadProperties(IReadableResource aRes, Charset aCharset)
-