Uses of Interface
io.netty5.buffer.api.ReadableComponent
-
Packages that use ReadableComponent Package Description io.netty5.buffer.api IncubatingBufferAPI, as a proposed alternative toByteBuf.io.netty5.buffer.api.internal Internal implementation details that can be shared among Buffer implementations. -
-
Uses of ReadableComponent in io.netty5.buffer.api
Methods in io.netty5.buffer.api with type parameters of type ReadableComponent Modifier and Type Method Description <T extends ReadableComponent & ComponentIterator.Next>
ComponentIterator<T>Buffer. forEachReadable()Create a component iterator for all readable components in this buffer.<T extends ReadableComponent & ComponentIterator.Next>
ComponentIterator<T>BufferStub. forEachReadable()Methods in io.netty5.buffer.api that return ReadableComponent Modifier and Type Method Description ReadableComponentReadableComponent. skipReadableBytes(int byteCount)Move the read-offset to indicate that the given number of bytes were read from this component.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. -
Uses of ReadableComponent in io.netty5.buffer.api.internal
Methods in io.netty5.buffer.api.internal with parameters of type ReadableComponent Modifier and Type Method Description static ByteBufferStatics. tryGetWritableBufferFromReadableComponent(ReadableComponent component)
-