Uses of Interface
io.netty5.buffer.api.ReadableComponentProcessor
-
Packages that use ReadableComponentProcessor Package Description io.netty5.buffer.api IncubatingBufferAPI, as a proposed alternative toByteBuf.io.netty5.buffer.api.adaptor Helpers for integrating with the existingByteBufAPI. -
-
Uses of ReadableComponentProcessor in io.netty5.buffer.api
Methods in io.netty5.buffer.api with parameters of type ReadableComponentProcessor Modifier and Type Method Description <E extends Exception>
intBuffer. forEachReadable(int initialIndex, ReadableComponentProcessor<E> processor)Processes all readable components of this buffer, and return the number of components processed.<E extends Exception>
intBufferStub. forEachReadable(int initialIndex, ReadableComponentProcessor<E> processor) -
Uses of ReadableComponentProcessor in io.netty5.buffer.api.adaptor
Methods in io.netty5.buffer.api.adaptor with parameters of type ReadableComponentProcessor Modifier and Type Method Description <E extends Exception>
intByteBufBuffer. forEachReadable(int initialIndex, ReadableComponentProcessor<E> processor)
-