Uses of Interface
io.netty5.buffer.api.ByteCursor
-
Packages that use ByteCursor Package Description io.netty5.buffer.api IncubatingBufferAPI, as a proposed alternative toByteBuf.io.netty5.buffer.api.adaptor Helpers for integrating with the existingByteBufAPI. -
-
Uses of ByteCursor in io.netty5.buffer.api
Methods in io.netty5.buffer.api that return ByteCursor Modifier and Type Method Description ByteCursorBuffer. openCursor()Opens a cursor to iterate the readable bytes of this buffer.ByteCursorBuffer. openCursor(int fromOffset, int length)Opens a cursor to iterate the given number bytes of this buffer, starting at the given offset.ByteCursorBufferStub. openCursor()ByteCursorBufferStub. openCursor(int fromOffset, int length)ByteCursorReadableComponent. openCursor()Open a cursor to iterate the readable bytes of this component.default ByteCursorBuffer. openReverseCursor()Opens a cursor to iterate the readable bytes of this buffer, in reverse.ByteCursorBuffer. openReverseCursor(int fromOffset, int length)Opens a cursor to iterate the given number bytes of this buffer, in reverse, starting at the given offset.ByteCursorBufferStub. openReverseCursor()ByteCursorBufferStub. openReverseCursor(int fromOffset, int length) -
Uses of ByteCursor in io.netty5.buffer.api.adaptor
Methods in io.netty5.buffer.api.adaptor that return ByteCursor Modifier and Type Method Description ByteCursorByteBufBuffer. openCursor()ByteCursorByteBufBuffer. openCursor(int fromOffset, int length)ByteCursorByteBufBuffer. openReverseCursor(int fromOffset, int length)
-