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