Uses of Interface
de.xima.fc.common.function.IInputStreamSupplier
Packages that use IInputStreamSupplier
-
Uses of IInputStreamSupplier in de.xima.fc.common.function
Subinterfaces of IInputStreamSupplier in de.xima.fc.common.function -
Uses of IInputStreamSupplier in de.xima.fc.web.common.multipart
Methods in de.xima.fc.web.common.multipart with parameters of type IInputStreamSupplierModifier and TypeMethodDescriptionBodyPublisherMultipartBodyBuilder.addBinary(String name, String fileName, String contentType, long contentLength, IInputStreamSupplier data) Adds a file upload part to the list of parts.Method parameters in de.xima.fc.web.common.multipart with type arguments of type IInputStreamSupplierModifier and TypeMethodDescriptionBodyPublisherMultipartBodyBuilder.addBinary(String name, BinaryMultipartContent<IInputStreamSupplier> content) Adds a file upload part to the list of parts.