Uses of Interface
org.springframework.util.function.IOConsumer
Packages that use IOConsumer
Package
Description
Generic abstraction for (file-based) resources, used throughout the framework.
Support classes for Spring's resource abstraction.
-
Uses of IOConsumer in org.springframework.core.io
Methods in org.springframework.core.io with parameters of type IOConsumerModifier and TypeMethodDescriptionvoidDefaultResourceLoader.ClassPathAllResource.consumeContent(IOConsumer<InputStream> consumer) default voidResource.consumeContent(IOConsumer<InputStream> consumer) Process the contents of this resource through the given consumer callback. -
Uses of IOConsumer in org.springframework.core.io.support
Methods in org.springframework.core.io.support with parameters of type IOConsumerModifier and TypeMethodDescriptionvoidEncodedResource.consumeContent(IOConsumer<Reader> consumer) Process the contents of this resource through the given consumer callback.