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 IResourceDescriptorSupplyingResourceDescriptor.fromByteArray(URI uri, IIOSupplier<byte[]> data, Charset charset) Creates a new resource descriptor for the given URI with the given data.static IResourceDescriptorSupplyingResourceDescriptor.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.