Uses of Interface
de.xima.fc.interfaces.IIOSupplier
-
Packages that use IIOSupplier Package Description de.xima.fc.workflow -
-
Uses of IIOSupplier in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type IIOSupplier Modifier and Type Method Description static 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 IIOSupplier Constructor Description SupplyingResourceDescriptor(URI uri, IIOSupplier<InputStream> data, Charset charset)
Creates a new resource descriptor for the given URI with the given data.
-