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