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 type parameters of type WritableComponent Modifier and Type Method Description <T extends WritableComponent & ComponentIterator.Next>
ComponentIterator<T>Buffer. forEachWritable()Create a component iterator for all writable components in this buffer.<T extends WritableComponent & ComponentIterator.Next>
ComponentIterator<T>BufferStub. forEachWritable()Methods in io.netty5.buffer.api that return WritableComponent Modifier and Type Method Description WritableComponentWritableComponent. skipWritableBytes(int byteCount)Move the write-offset to indicate that the given number of bytes were written to this component.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}.
-