Uses of Interface
io.netty5.buffer.api.WritableComponent
-
Packages that use WritableComponent Package Description io.netty5.buffer.api IncubatingBuffer
API, as a proposed alternative toByteBuf
.io.netty5.buffer.api.adaptor Helpers for integrating with the existingio.netty5.buffer.ByteBuf
API. -
-
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 WritableComponent
WritableComponent. skipWritable(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 boolean
WritableComponentProcessor. process(int index, WritableComponent component)
Process the given component at the given index in theBuffer.forEachWritable(int, WritableComponentProcessor)
iteration}. -
Uses of WritableComponent in io.netty5.buffer.api.adaptor
Methods in io.netty5.buffer.api.adaptor with type parameters of type WritableComponent Modifier and Type Method Description <T extends WritableComponent & ComponentIterator.Next>
ComponentIterator<T>ByteBufBuffer. forEachWritable()
-