Uses of Interface
org.springframework.core.io.buffer.DataBuffer.ByteProcessor
Packages that use DataBuffer.ByteProcessor
Package
Description
Generic abstraction for working with byte buffer implementations.
-
Uses of DataBuffer.ByteProcessor in org.springframework.core.io.buffer
Methods in org.springframework.core.io.buffer with parameters of type DataBuffer.ByteProcessorModifier and TypeMethodDescriptiondefault intDataBuffer.forEachByte(int index, int length, DataBuffer.ByteProcessor processor) Process a range of bytes from the current buffer using aDataBuffer.ByteProcessor.intNettyDataBuffer.forEachByte(int index, int length, DataBuffer.ByteProcessor processor)