Uses of Interface
io.netty5.buffer.api.WritableComponent
-
Packages that use WritableComponent Package Description io.netty5.buffer.api IncubatingBufferAPI, as a proposed alternative toByteBuf. -
-
Uses of WritableComponent in io.netty5.buffer.api
Methods in io.netty5.buffer.api with parameters of type WritableComponent Modifier and Type Method Description booleanWritableComponentProcessor. process(int index, WritableComponent component)Process the given component at the given index in theBuffer.forEachWritable(int, WritableComponentProcessor)iteration}.
-