Package com.helger.commons.io.resource.inmemory
-
Interface Summary Interface Description IMemoryReadableResource Marker interface for readable resources that are "in-memory" only. -
Class Summary Class Description AbstractMemoryReadableResource Abstract base class for anIReadableResourcethat is not really a resource but where the API does not offer alternatives.ReadableResourceByteArray An in-memoryIReadableResourcebased on a byte array.ReadableResourceInputStream An in-memoryIReadableResourcebased on anInputStream.ReadableResourceString An in-memoryIReadableResourcebased on aStringwhich is converted to a byte array with the provided charset.