Uses of Interface
com.helger.commons.io.resource.IResourceBase
Packages that use IResourceBase
Package
Description
-
Uses of IResourceBase in com.helger.commons.io.resource
Subinterfaces of IResourceBase in com.helger.commons.io.resourceModifier and TypeInterfaceDescriptioninterfaceBase interface for an abstract readable resource.interfaceBase interface for an abstract resource that is both readable and writable.interfaceBase interface for an abstract writable resource.Classes in com.helger.commons.io.resource that implement IResourceBaseModifier and TypeClassDescriptionclassWraps a class path object as a readable resource.classImplementation of theIReadableResourceandIWritableResourceinterfaces for file system objects.classImplementation of theIReadableResourceinterface for URL objects. -
Uses of IResourceBase in com.helger.commons.io.resource.inmemory
Subinterfaces of IResourceBase 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 IResourceBaseModifier 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. -
Uses of IResourceBase in com.helger.commons.io.resource.wrapped
Subinterfaces of IResourceBase in com.helger.commons.io.resource.wrappedModifier and TypeInterfaceDescriptioninterfaceInterface for readable resources that are "wrapped".interfaceInterface for writable resources that are "wrapped".Classes in com.helger.commons.io.resource.wrapped that implement IResourceBaseModifier and TypeClassDescriptionclassA wrapper around a readable resource forInputStreammanipulation .classA wrapper around a writable resource forOutputStreammanipulation .classA readable resource that is GZIP compressed.classA writable resource that is GZIP compressed.