Uses of Interface
io.netty5.buffer.api.WritableComponentProcessor
-
Packages that use WritableComponentProcessor 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 WritableComponentProcessor in io.netty5.buffer.api
Methods in io.netty5.buffer.api with parameters of type WritableComponentProcessor Modifier and Type Method Description <E extends Exception>
intBuffer. forEachWritable(int initialIndex, WritableComponentProcessor<E> processor)Process all writable components of this buffer, and return the number of components processed.<E extends Exception>
intBufferStub. forEachWritable(int initialIndex, WritableComponentProcessor<E> processor) -
Uses of WritableComponentProcessor in io.netty5.buffer.api.adaptor
Methods in io.netty5.buffer.api.adaptor with parameters of type WritableComponentProcessor Modifier and Type Method Description <E extends Exception>
intByteBufBuffer. forEachWritable(int initialIndex, WritableComponentProcessor<E> processor)
-