Uses of Interface
de.xima.fc.interfaces.IIOSupplier
Packages that use IIOSupplier
-
Uses of IIOSupplier in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type IIOSupplierModifier and TypeMethodDescriptionstatic IResourceDescriptor
SupplyingResourceDescriptor.fromByteArray
(URI uri, IIOSupplier<byte[]> data, Charset charset) Creates a new resource descriptor for the given URI with the given data.static IResourceDescriptor
SupplyingResourceDescriptor.fromString
(URI uri, IIOSupplier<String> data, Charset charset) Creates a new resource descriptor for the given URI with the given data.Constructors in de.xima.fc.workflow with parameters of type IIOSupplierModifierConstructorDescriptionSupplyingResourceDescriptor
(URI uri, IIOSupplier<InputStream> data, Charset charset) Creates a new resource descriptor for the given URI with the given data.