Uses of Interface
com.helger.commons.io.resource.IResourceBase
-
Packages that use IResourceBase Package Description com.helger.commons.io.resource com.helger.commons.io.resource.inmemory com.helger.commons.io.resource.wrapped -
-
Uses of IResourceBase in com.helger.commons.io.resource
Subinterfaces of IResourceBase in com.helger.commons.io.resource Modifier and Type Interface Description interfaceIReadableResourceBase interface for an abstract readable resource.interfaceIReadWriteResourceBase interface for an abstract resource that is both readable and writable.interfaceIWritableResourceBase interface for an abstract writable resource.Classes in com.helger.commons.io.resource that implement IResourceBase 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. -
Uses of IResourceBase in com.helger.commons.io.resource.inmemory
Subinterfaces of IResourceBase 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 IResourceBase 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. -
Uses of IResourceBase in com.helger.commons.io.resource.wrapped
Subinterfaces of IResourceBase in com.helger.commons.io.resource.wrapped Modifier and Type Interface Description interfaceIWrappedReadableResourceInterface for readable resources that are "wrapped".interfaceIWrappedWritableResourceInterface for writable resources that are "wrapped".Classes in com.helger.commons.io.resource.wrapped that implement IResourceBase Modifier and Type Class Description classAbstractWrappedReadableResourceA wrapper around a readable resource forInputStreammanipulation .classAbstractWrappedWritableResourceA wrapper around a writable resource forOutputStreammanipulation .classGZIPReadableResourceA readable resource that is GZIP compressed.classGZIPWritableResourceA writable resource that is GZIP compressed.
-