Package com.helger.commons.io.resource.inmemory
package com.helger.commons.io.resource.inmemory
-
ClassDescriptionAbstract base class for an
IReadableResourcethat is not really a resource but where the API does not offer alternatives.Marker interface for readable resources that are "in-memory" only.An in-memoryIReadableResourcebased on a byte array.An in-memoryIReadableResourcebased on anInputStream.An in-memoryIReadableResourcebased on aStringwhich is converted to a byte array with the provided charset.