Uses of Interface
com.helger.commons.io.resource.inmemory.IMemoryReadableResource
Packages that use IMemoryReadableResource
-
Uses of IMemoryReadableResource in com.helger.commons.io.resource.inmemory
Classes in com.helger.commons.io.resource.inmemory that implement IMemoryReadableResourceModifier 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.