Uses of Interface
com.helger.commons.io.IHasByteArray
-
Packages that use IHasByteArray Package Description com.helger.commons.io com.helger.commons.io.resource.inmemory com.helger.commons.io.streamprovider -
-
Uses of IHasByteArray in com.helger.commons.io
Classes in com.helger.commons.io that implement IHasByteArray Modifier and Type Class Description classByteArrayWrapperA straight forward implementation ofIHasByteArray -
Uses of IHasByteArray in com.helger.commons.io.resource.inmemory
Classes in com.helger.commons.io.resource.inmemory that implement IHasByteArray Modifier and Type Class Description classReadableResourceByteArrayAn in-memoryIReadableResourcebased on a byte array.classReadableResourceStringAn in-memoryIReadableResourcebased on aStringwhich is converted to a byte array with the provided charset. -
Uses of IHasByteArray in com.helger.commons.io.streamprovider
Classes in com.helger.commons.io.streamprovider that implement IHasByteArray Modifier and Type Class Description classByteArrayInputStreamProviderAnInputStreamprovider based on a byte array.
-