Uses of Interface
io.netty5.buffer.api.ReadableComponent
-
Packages that use ReadableComponent Package Description io.netty5.buffer.api IncubatingBuffer
API, 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 boolean
ReadableComponentProcessor. process(int index, ReadableComponent component)
Process the given component at the given index in theiteration
.
-